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