AbsolutePositionTabAlignment Enumeration |
Specifies the alignment of an absolutely positioned tab character.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.11.10
Syntaxpublic enum AbsolutePositionTabAlignment
Public Enumeration AbsolutePositionTabAlignment
Members| Member name | Value | Description |
|---|
| Left | 0 |
Specifies that the positional tab should be left aligned.
|
| Center | 1 |
Specifies that the positional tab should be center aligned.
|
| Right | 2 |
Specifies that the positional tab should be right aligned.
|
See Also