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