FloatingObjectHorizontalAnchorElement Enum
Lists values that specify an element to which the floating object is aligned.
#Declaration
export enum FloatingObjectHorizontalAnchorElement {
Page = 0,
Character = 1,
Column = 2,
Margin = 3,
LeftMargin = 4,
RightMargin = 5,
InsideMargin = 6,
OutsideMargin = 7
}
#Members
Name | Description |
---|---|
Character
|
A floating object is aligned to a character. |
Column
|
A floating object is aligned to a column. |
Inside
|
A floating object is aligned to the left margin for odd pages, and the right margin for even pages. |
Left
|
A floating object is aligned to the left margin. |
Margin
|
A floating object is aligned to page margins. |
Outside
|
A floating object is aligned to the right margin for odd pages, and the left margin for even pages. |
Page
|
A floating object is aligned to a page. |
Right
|
A floating object is aligned to the right margin. |