Word.RelativeHorizontalPosition enum
Represents what the horizontal position of a shape is relative to. For more information about margins, see Change the margins in your Word document.
Remarks
[ API set: WordApiDesktop 1.2 ]
Fields
character = "Character" | Relative to character. |
column = "Column" | Relative to column. |
insideMargin = "InsideMargin" | Relative to inside margin. |
leftMargin = "LeftMargin" | Relative to left margin. |
margin = "Margin" | Relative to margin. |
outsideMargin = "OutsideMargin" | Relative to outside margin. |
page = "Page" | Relative to page. |
rightMargin = "RightMargin" | Relative to right margin. |