[]
Specifies alignment for an inline table.
public enum TableAlignment
Center = 1
The table is centered.
Left = 0
The table is aligned to the left.
Right = 2
The table is aligned to the right.