TableRowAlignment Enum
In This Article
Lists alignments allowed for the table row.
#Declaration
TypeScript
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. |
Num
|
Align to the list tab. |
Right
|
Align right. |
#Remarks
Values listed by this enumeration are used in the following members: