| AbsolutePositionTabAlignment Enumeration | 
            Specifies the alignment of an absolutely positioned tab character.
            
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.10.22
 Syntax
Syntaxpublic enum AbsolutePositionTabAlignment
Public Enumeration AbsolutePositionTabAlignment
 Members
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
See Also