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. |