FloatingObjectVerticalPositionType Enum
In This Article
Lists values specifying to what element the vertical position of a floating object is relative.
#Declaration
TypeScript
declare enum FloatingObjectVerticalPositionType {
Page = 0,
Line = 1,
Paragraph = 2,
Margin = 3,
TopMargin = 4,
BottomMargin = 5,
InsideMargin = 6,
OutsideMargin = 7
}
#Members
Name | Description |
---|---|
Bottom
|
Relative to bottom margin. |
Inside
|
Relative to inside margin. |
Line
|
Relative to line. |
Margin
|
Relative to margin. |
Outside
|
Relative to outside margin. |
Page
|
Relative to page. |
Paragraph
|
Relative to paragraph. |
Top
|
Relative to top margin. |