FloatingObjectHorizontalPositionType Enum
Lists values specifying to what element the horizontal position of a floating object is relative.
Declaration
declare enum FloatingObjectHorizontalPositionType {
Page = 0,
Character = 1,
Column = 2,
Margin = 3,
LeftMargin = 4,
RightMargin = 5,
InsideMargin = 6,
OutsideMargin = 7
}
Members
Name | Description |
---|---|
Character | Relative to character. |
Column | Relative to column. |
InsideMargin | Relative to inside margin. |
LeftMargin | Relative to left margin. |
Margin | Relative to margin. |
OutsideMargin | Relative to outside margin. |
Page | Relative to page. |
RightMargin | Relative to right margin. |
Feedback