FloatingObjectRelativeHeightType Enum
In This Article
Lists values specifying to what element the floating object height is relative.
#Declaration
TypeScript
declare enum FloatingObjectRelativeHeightType {
Margin = 0,
Page = 1,
TopMargin = 2,
BottomMargin = 3,
InsideMargin = 4,
OutsideMargin = 5
}
#Members
Name | Description |
---|---|
Bottom
|
Relative to bottom margin. |
Inside
|
Relative to inside margin. |
Margin
|
Relative to margin. |
Outside
|
Relative to outside margin. |
Page
|
Relative to page. |
Top
|
Relative to top margin. |
#Remarks
Values listed by this enumeration are used to set the TextBoxRelativeSizeSettings.relativeHeightType property.