WdCellVerticalAlignment Enumeration |
The vertical alignment of text in one or more cells of table.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic enum WdCellVerticalAlignment
Public Enumeration WdCellVerticalAlignment
Members
| Member name | Value | Description |
---|
| wdCellAlignVerticalTop | 0 |
Text is aligned to the top border of the cell.
|
| wdCellAlignVerticalCenter | 1 |
Text is aligned to the center of the cell.
|
| wdCellAlignVerticalBottom | 3 |
Text is aligned to the bottom border of the cell.
|
See Also