AbsolutePositionTabAnchor Enumeration |
Specifies the possible extents which can be used to calculate the absolute positioning
of the positional tab character.
Namespace:
SautinSoft.Document
Assembly:
SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntaxpublic 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