Enum TableContentAlignment
Enum TableContentAlignment
Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)
Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.
public enum TableContentAlignment
Fields
Auto = 0
The alignment will be taken from the first paragraph in corresponding table column.
Center = 2
The content of tables will be aligned to the Center.
Left = 1
The content of tables will be aligned to the Left.
Right = 3
The content of tables will be aligned to the Right.