RtfToHtmlAbsolutePositionTabAnchor Enumeration |
Specifies the possible extents which can be used to calculate the absolute positioning
of the positional tab character.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.11.25
Syntax public enum AbsolutePositionTabAnchor
Public Enumeration AbsolutePositionTabAnchor
Members Member name | Value | Description |
---|
Indent | 0 |
Specifies that the absolute positioning of the tab shall be relative to the indents.
|
Margin | 1 |
Specifies that the absolute positioning of the tab shall be relative to the margins.
|
See Also