Click or drag to resize

RtfToHtmlHorizontalPositionAnchor Enumeration

Represents a horizontal 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 HorizontalPositionAnchor
Members
Member nameValueDescription
Margin0 Specifies that the parent object shall be horizontally anchored to the text margins.
Page1 Specifies that the parent object shall be horizontally anchored to the page edge.
Column2 Specifies that the parent object shall be horizontally anchored to the text extents.
Character3 Specifies that the horizontal positioning shall be relative to the position of the anchor within its text.
LeftMargin4 Specifies that the horizontal positioning shall be relative to the left margin of the page.
RightMargin5 Specifies that the horizontal positioning shall be relative to the right margin of the page.
InsideMargin6 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).
OutsideMargin7 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