RelativeVerticalSize enumeration
RelativeVerticalSize enumeration
Specifies relatively to what the height of a shape or a text frame is calculated vertically.
Members
Name | Description |
---|---|
Margin | Specifies that the height is calculated relatively to the space between the top and the bottom margins. |
Page | Specifies that the height is calculated relatively to the page height. |
TopMargin | Specifies that the height is calculated relatively to the top margin area size. |
BottomMargin | Specifies that the height is calculated relatively to the bottom margin area size. |
InnerMargin | Specifies 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. |
OuterMargin | Specifies 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. |
Default | Default value is RelativeVerticalSize.Margin. |
See Also
- module Aspose.Words.Drawing
- property ShapeBase.relativeVerticalSize