WdRelativeVerticalSize 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 height of a shape using the value specified in the HeightRelative property for a Shape or ShapeRange object.
public enum class WdRelativeVerticalSize
[System.Runtime.InteropServices.Guid("A478B3F3-3885-3C52-B12F-AAF22E58D380")]
public enum WdRelativeVerticalSize
type WdRelativeVerticalSize =
Public Enum WdRelativeVerticalSize
- Inheritance
-
WdRelativeVerticalSize
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdRelativeVerticalSizeMargin | 0 | Height is relative to the space between the left margin and the right margin. |
wdRelativeVerticalSizePage | 1 | Height is relative to the height of the page. |
wdRelativeVerticalSizeTopMarginArea | 2 | Height is relative to the size of the top margin. |
wdRelativeVerticalSizeBottomMarginArea | 3 | Height is relative to the size of the bottom margin. |
wdRelativeVerticalSizeInnerMarginArea | 4 | Height is relative to the size of the inside margin—to the size of the top margin for odd pages, and to the size of the bottom margin for even pages. |
wdRelativeVerticalSizeOuterMarginArea | 5 | Height is relative to the size of the outside margin—to the size of the bottom margin for odd pages, and to the size of the top margin for even pages. |