WdRelativeHorizontalSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the relative width of a shape using the value specified in the WidthRelative property for a Shape or ShapeRange object.
public enum class WdRelativeHorizontalSize
[System.Runtime.InteropServices.Guid("C7D9681C-4F5C-3840-BFCE-C91510B56181")]
public enum WdRelativeHorizontalSize
type WdRelativeHorizontalSize =
Public Enum WdRelativeHorizontalSize
- Inheritance
-
WdRelativeHorizontalSize
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRelativeHorizontalSizeMargin | 0 | Width is relative to the space between the left margin and the right margin. |
wdRelativeHorizontalSizePage | 1 | Width is relative to the width of the page. |
wdRelativeHorizontalSizeLeftMarginArea | 2 | Width is relative to the size of the left margin. |
wdRelativeHorizontalSizeRightMarginArea | 3 | Width is relative to the width of the right margin. |
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. |
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. |