RelativeHorizontalSize enumeration
RelativeHorizontalSize enumeration
Specifies relatively to what the width of a shape or a text frame is calculated horizontally.
Members
Name | Description |
---|---|
Margin | Specifies that the width is calculated relatively to the space between the left and the right margins. |
Page | Specifies that the width is calculated relatively to the page width. |
LeftMargin | Specifies that the width is calculated relatively to the left margin area size. |
RightMargin | Specifies that the width is calculated relatively to the right margin area size. |
InnerMargin | Specifies that the width is calculated relatively to the inside margin area size, to the left margin area size for odd pages and to the right margin area size for even pages. |
OuterMargin | Specifies that the width is calculated relatively to the outside margin area size, to the right margin area size for odd pages and to the left margin area size for even pages. |
Default | Default value is RelativeHorizontalSize.Margin. |
See Also
- module Aspose.Words.Drawing
- property ShapeBase.relativeHorizontalSize