TableContentAlignment enumeration
TableContentAlignment enumeration
Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.
Members
Name | Description |
---|---|
Auto | The alignment will be taken from the first paragraph in corresponding table column. |
Left | The content of tables will be aligned to the Left. |
Center | The content of tables will be aligned to the Center. |
Right | The content of tables will be aligned to the Right. |
See Also
- module Aspose.Words.Saving