TabStopAlignment Enumeration |
Specifies the alignment/type of a tab stop.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public enum TabStopAlignment
Public Enumeration TabStopAlignment
Members Member name | Value | Description |
---|
None | 0 |
Clears any tab stop in this position.
|
Left | 1 |
Left-aligns the text after the tab stop.
|
Center | 2 |
Centers the text around the tab stop.
|
Right | 3 |
Right-aligns the text at the tab stop.
|
Decimal | 4 |
Aligns the text at the decimal dot.
|
Bar | 5 |
Draws a vertical bar at the tab stop position.
|
List | 6 |
The tab is a delimiter between the number/bullet and text in a list item.
|
See Also