Word.RelativeVerticalPosition 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 vertical 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
bottomMargin = "BottomMargin" | Relative to bottom margin. |
insideMargin = "InsideMargin" | Relative to inside margin. |
line = "Line" | Relative to line. |
margin = "Margin" | Relative to margin. |
outsideMargin = "OutsideMargin" | Relative to outside margin. |
page = "Page" | Relative to page. |
paragraph = "Paragraph" | Relative to paragraph. |
topMargin = "TopMargin" | Relative to top 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