RelativeVerticalSize enumeration

RelativeVerticalSize enumeration

Specifies relatively to what the height of a shape or a text frame is calculated vertically.

Members

NameDescription
MarginSpecifies that the height is calculated relatively to the space between the top and the bottom margins.
PageSpecifies that the height is calculated relatively to the page height.
TopMarginSpecifies that the height is calculated relatively to the top margin area size.
BottomMarginSpecifies that the height is calculated relatively to the bottom margin area size.
InnerMarginSpecifies that the height is calculated relatively to the inside margin area size, to the top margin area size for odd pages and to the bottom margin area size for even pages.
OuterMarginSpecifies that the height is calculated relatively to the outside margin area size, to the bottom margin area size for odd pages and to the top margin area size for even pages.
DefaultDefault value is RelativeVerticalSize.Margin.

See Also