Horizontal alignment for table columns.
Declared in <mrdocs/Metadata/DocComment/Block/TableAlignmentKind.hpp>
enum class TableAlignmentKind : int;
| 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. |