WdRelativeVerticalSize Enum

Definition

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

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.

wdRelativeVerticalSizeMargin 0

Height is relative to the space between the left margin and the right margin.

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.

wdRelativeVerticalSizePage 1

Height is relative to the height of the page.

wdRelativeVerticalSizeTopMarginArea 2

Height is relative to the size of the top margin.

Applies to