WdRelativeHorizontalSize Enumeration
Specifies the relative width of a shape using the value specified in the WidthRelative property for a Shape or ShapeRange object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdRelativeHorizontalSize
'Usage
Dim instance As WdRelativeHorizontalSize
public enum WdRelativeHorizontalSize
Members
Member name | Description | |
---|---|---|
wdRelativeHorizontalSizeMargin | Width is relative to the space between the left margin and the right margin. | |
wdRelativeHorizontalSizePage | Width is relative to the width of the page. | |
wdRelativeHorizontalSizeLeftMarginArea | Width is relative to the size of the left margin. | |
wdRelativeHorizontalSizeRightMarginArea | Width is relative to the width of the right margin. | |
wdRelativeHorizontalSizeInnerMarginArea | 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. | |
wdRelativeHorizontalSizeOuterMarginArea | 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. |