Click or drag to resize
WdCellVerticalAlignment Enumeration
The vertical alignment of text in one or more cells of table.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdCellVerticalAlignment
Members
  Member nameValueDescription
wdCellAlignVerticalTop0 Text is aligned to the top border of the cell.
wdCellAlignVerticalCenter1 Text is aligned to the center of the cell.
wdCellAlignVerticalBottom3 Text is aligned to the bottom border of the cell.
See Also