Aspose::Words::Drawing::RelativeVerticalSize enum

RelativeVerticalSize enum

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

enum class RelativeVerticalSize

Values

NameValueDescription
Margin0Specifies that the height is calculated relatively to the space between the top and the bottom margins.
Page1Specifies that the height is calculated relatively to the page height.
TopMargin2Specifies that the height is calculated relatively to the top margin area size.
BottomMargin3Specifies that the height is calculated relatively to the bottom margin area size.
InnerMargin4Specifies 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.
OuterMargin5Specifies 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.
Defaultn/aDefault value is Margin.

See Also