Aspose::Words::Drawing::RelativeVerticalSize enum
Contents
[
Hide
]RelativeVerticalSize enum
Specifies relatively to what the height of a shape or a text frame is calculated vertically.
enum class RelativeVerticalSize
Values
Name | Value | Description |
---|---|---|
Margin | 0 | Specifies that the height is calculated relatively to the space between the top and the bottom margins. |
Page | 1 | Specifies that the height is calculated relatively to the page height. |
TopMargin | 2 | Specifies that the height is calculated relatively to the top margin area size. |
BottomMargin | 3 | Specifies that the height is calculated relatively to the bottom margin area size. |
InnerMargin | 4 | 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 | 5 | 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 | n/a | Default value is Margin. |
See Also
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++