TableRowAlignment Enum
Lists alignments allowed for the table row.
Declaration
declare enum TableRowAlignment {
Both = 0,
Center = 1,
Distribute = 2,
Left = 3,
NumTab = 4,
Right = 5
}
Members
Name | Description |
---|---|
Both
|
Justified. |
Center
|
Align center. |
Distribute
|
Distribute all characters equally. |
Left
|
Align left. |
NumTab
|
Align to the list tab. |
Right
|
Align right. |
Remarks
Values listed by this enumeration are used in the following members: