MarkdownTableColumnAlignment
Namespace: TagBites.Text.Markdown
Assembly: TagBites.Text.Markdown.dll
Product: TagBites.Text.Markdown v. 2.2.0
Specifies the horizontal alignment of a table column.
public enum MarkdownTableColumnAlignmentFields
Section titled “Fields”Center
Section titled “Center”The column is centered, written as :---:.
Center = 2The column is left aligned, written as :---.
Left = 1The renderer decides. No marker is written.
None = 0The column is right aligned, written as ---:.
Right = 3