mrdocs::TableAlignmentKind

Horizontal alignment for table columns.

Synopsis

Declared in <mrdocs/Metadata/DocComment/Block/TableAlignmentKind.hpp>

enum class TableAlignmentKind : int;

Members

NameDescription
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.