API Reference

Enum

WordTableVerticalAlignment

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies vertical alignment within a table cell.

Inheritance

  • Enum
  • WordTableVerticalAlignment

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordTableVerticalAlignment Top #

Aligns content to the top.

Value: 0
public const WordTableVerticalAlignment Center #

Centers content vertically.

Value: 1
public const WordTableVerticalAlignment Bottom #

Aligns content to the bottom.

Value: 2