Word.RelativeHorizontalPosition enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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: WordApi BETA (PREVIEW ONLY) ]
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins