'Declaration Public Enum AnchorRelativeHorizontalPosition Inherits System.Enum
public enum AnchorRelativeHorizontalPosition : System.Enum
Member | Description |
---|---|
Character | Specifies that the horizontal positioning is relative to the position of the anchor within its run content. |
Column | Specifies that the horizontal positioning is relative to the extents of the column which contains its anchor. |
InsideMargin | Specifies that the horizontal positioning is 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 is relative to the left margin of the page. |
Margin | Specifies that the horizontal positioning is relative to the page margins. |
OutsideMargin | Specifies that the horizontal positioning is relative to the outside margin of the current page (the right margin on odd pages, left on even pages). |
Page | Specifies that the horizontal positioning is relative to the edge of the page. |
RightMargin | Specifies that the horizontal positioning is relative to the right margin of the page. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2