Specifies alignment for a table row.
[Visual Basic]
Public Enum RowAlignment
[C#]public enum RowAlignment
Members
| Member Name | Description | Value |
| Left | The row is aligned to the left. | 0 |
| Center | The row is centered. | 1 |
| Right | The row is aligned to the right. | 2 |
Requirements
Namespace: Aspose.Words.Tables
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Tables Namespace