RelativeHorizontalSize enumeration

RelativeHorizontalSize enumeration

Specifies relatively to what the width of a shape or a text frame is calculated horizontally.

Members

NameDescription
MarginSpecifies that the width is calculated relatively to the space between the left and the right margins.
PageSpecifies that the width is calculated relatively to the page width.
LeftMarginSpecifies that the width is calculated relatively to the left margin area size.
RightMarginSpecifies that the width is calculated relatively to the right margin area size.
InnerMarginSpecifies 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.
OuterMarginSpecifies 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.
DefaultDefault value is RelativeHorizontalSize.Margin.

See Also