FloatingObjectRelativeWidthType Enum
Lists values specifying to what element the floating object width is relative.
Declaration
declare enum FloatingObjectRelativeWidthType {
Margin = 0,
Page = 1,
LeftMargin = 2,
RightMargin = 3,
InsideMargin = 4,
OutsideMargin = 5
}
Members
Name | Description |
---|---|
InsideMargin
|
Relative to inside margin. |
LeftMargin
|
Relative to left margin. |
Margin
|
Relative to margin. |
OutsideMargin
|
Relative to outside margin. |
Page
|
Relative to page. |
RightMargin
|
Relative to right margin. |
Remarks
Values listed by this enumeration are used to set the TextBoxRelativeSizeSettings.relativeWidthType property.