Click or drag to resize

RtfToHtmlVerticalPositionAnchor Enumeration

Represents a vertical position to which the parent object has been anchored in the document.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
Syntax
public enum VerticalPositionAnchor
Members
Member nameValueDescription
Margin0 Specifies that the parent object shall be vertically anchored to the text margins.
Page1 Specifies that the parent object shall be vertically anchored to the page edge.
Paragraph2 Specifies that the parent object shall be vertically anchored to the text extents.
Line3 Specifies that the vertical positioning shall be relative to the line containing the anchor character.
TopMargin4 Specifies that the vertical positioning shall be relative to the top margin of the current page.
BottomMargin5 Specifies that the vertical positioning shall be relative to the bottom margin of the current page.
InsideMargin6 Specifies that the vertical positioning shall be relative to the inside margin of the current page.
OutsideMargin7 Specifies that the vertical positioning shall be relative to the outside margin of the current page.
See Also