Specifies vertical justification of text inside a table cell.
[Visual Basic]
Public Enum CellVerticalAlignment
[C#]public enum CellVerticalAlignment
Members
| Member Name | Description | Value |
| Top | Text is aligned at the top of a cell. | 0 |
| Center | Text is aligned in the middle of a cell. | 1 |
| Bottom | Text is aligned at the bottom of the cell. | 2 |
Requirements
Namespace: Aspose.Words.Tables
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Tables Namespace