Word.RelativeSize enum
Represents what the horizontal or vertical size 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
bottomMargin = "BottomMargin" | Relative to bottom margin. |
insideMargin = "InsideMargin" | Relative to inside margin. |
margin = "Margin" | Relative to margin. |
outsideMargin = "OutsideMargin" | Relative to outside margin. |
page = "Page" | Relative to page. |
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