Overview
TableContentAlignment is a enum in Aspose.Words FOSS for .NET.
Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.
This enumeration defines 4 values: Auto, Left, Center, Right.
Values
| Value | Description |
|---|
Auto | |
Left | |
Center | |
Right | |
See Also