RtfToHtmlAbsolutePositionTabAlignment Enumeration |
Specifies the alignment of an absolutely positioned tab character.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2025.10.22
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