RtfToHtmlVerticalPositionAnchor Enumeration |
Represents a vertical position to which the parent object has been anchored in the document.
Namespace: SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2024.12.18
Syntaxpublic enum VerticalPositionAnchor
Public Enumeration VerticalPositionAnchor
MembersMember name | Value | Description |
---|
Margin | 0 |
Specifies that the parent object shall be vertically anchored to the text margins.
|
Page | 1 |
Specifies that the parent object shall be vertically anchored to the page edge.
|
Paragraph | 2 |
Specifies that the parent object shall be vertically anchored to the text extents.
|
Line | 3 |
Specifies that the vertical positioning shall be relative to the line containing the anchor character.
|
TopMargin | 4 |
Specifies that the vertical positioning shall be relative to the top margin of the current page.
|
BottomMargin | 5 |
Specifies that the vertical positioning shall be relative to the bottom margin of the current page.
|
InsideMargin | 6 |
Specifies that the vertical positioning shall be relative to the inside margin of the current page.
|
OutsideMargin | 7 |
Specifies that the vertical positioning shall be relative to the outside margin of the current page.
|
See Also