RtfToHtmlHorizontalPositionAnchor Enumeration |
Represents a horizontal position to which the parent object has been anchored in the document.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.11.25
Syntax public enum HorizontalPositionAnchor
Public Enumeration HorizontalPositionAnchor
Members Member name | Value | Description |
---|
Margin | 0 |
Specifies that the parent object shall be horizontally anchored to the text margins.
|
Page | 1 |
Specifies that the parent object shall be horizontally anchored to the page edge.
|
Column | 2 |
Specifies that the parent object shall be horizontally anchored to the text extents.
|
Character | 3 |
Specifies that the horizontal positioning shall be relative to the position
of the anchor within its text.
|
LeftMargin | 4 |
Specifies that the horizontal positioning shall be relative to the left margin of the page.
|
RightMargin | 5 |
Specifies that the horizontal positioning shall be relative to the right margin of the page.
|
InsideMargin | 6 |
Specifies that the horizontal positioning shall be relative to the inside margin
of the current page (the left margin on odd pages, right on even pages).
|
OutsideMargin | 7 |
Specifies that the horizontal positioning shall be relative to the outside margin
of the current page (the right margin on odd pages, left on even pages).
|
See Also