AbsolutePositionTabAlignment Enumeration |
Specifies the alignment of an absolutely positioned tab character.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public 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