mrdocs::TableAlignmentKind

Horizontal alignment for table columns.

Synopsis

enum class TableAlignmentKind : int;

Members

Name

Description

None

No explicit alignment; renderer default applies.

Left

Align content to the left edge.

Center

Center the content.

Right

Align content to the right edge.

Created with MrDocs