WdRelativeHorizontalSize Enumeration
Specifies the relative width of a shape using the value specified in the WidthRelative property for a Shape or ShapeRange object.
Name |
Value |
Description |
---|---|---|
wdRelativeHorizontalSizeInnerMarginArea |
4 |
Width is relative to the size of the inside margin—to the size of the left margin for odd pages, and to the size of the right margin for even pages. |
wdRelativeHorizontalSizeLeftMarginArea |
2 |
Width is relative to the size of the left margin. |
wdRelativeHorizontalSizeMargin |
0 |
Width is relative to the space between the left margin and the right margin. |
wdRelativeHorizontalSizeOuterMarginArea |
5 |
Width is relative to the size of the outside margin—to the size of the right margin for odd pages, and to the size of the left margin for even pages. |
wdRelativeHorizontalSizePage |
1 |
Width is relative to the width of the page. |
wdRelativeHorizontalSizeRightMarginArea |
3 |
Width is relative to the width of the right margin. |