FloatingObjectHorizontalPositionType Enum
In This Article
Lists values specifying to what element the horizontal position of a floating object is relative.
#Declaration
TypeScript
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. |
Inside
|
Relative to inside margin. |
Left
|
Relative to left margin. |
Margin
|
Relative to margin. |
Outside
|
Relative to outside margin. |
Page
|
Relative to page. |
Right
|
Relative to right margin. |