Aspose::Words::Saving::TableContentAlignment enum
TableContentAlignment enum
Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.
enum class TableContentAlignment
Values
Name | Value | Description |
---|---|---|
Auto | 0 | The alignment will be taken from the first paragraph in corresponding table column. |
Left | 1 | The content of tables will be aligned to the Left. |
Center | 2 | The content of tables will be aligned to the Center. |
Right | 3 | The content of tables will be aligned to the Right. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++