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