TabAlign Enum
List alignment types for tab stops.
Declaration
declare enum TabAlign {
Left = 0,
Center = 1,
Right = 2,
Decimal = 3,
Numbering = 4
}
Members
| Name | Description |
|---|---|
Center
|
Text is centered on the tab stop.
|
Decimal
|
The decimal point is located at the tab stop.
|
Left
|
Text is left aligned with the tab stop.
|
Numbering
|
For internal use only. |
Right
|
Text is right aligned with the tab stop.
|



