TableContentAlignment enumeration

TableContentAlignment enumeration

Allows to specify the alignment of the content of the table to be used when exporting into Markdown format.

Members

NameDescription
AUTOThe alignment will be taken from the first paragraph in corresponding table column.
LEFTThe content of tables will be aligned to the Left.
CENTERThe content of tables will be aligned to the Center.
RIGHTThe content of tables will be aligned to the Right.

See Also