public enum ENHorizontalAnchor : System.Enum
public enum ENHorizontalAnchor : System.Enum
Member | Description |
---|---|
Ancestor | Anchored to ancestor |
Flow | Anchored to column |
InsideMargin | 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). |
LeftMargin | Specifies that the horizontal positioning shall be relative to the left margin of the page. |
Margin | Anchored to page margin |
OutsideMargin | 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). |
Page | Anchored to page |
RightMargin | Specifies that the horizontal positioning shall be relative to the right margin of the page. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Text.ENHorizontalAnchor
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)