Skip to main content
All docs
V26.1
  • 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.

    InsideMargin

    A floating object is aligned to the left margin for odd pages, and the right margin for even pages.

    LeftMargin

    A floating object is aligned to the left margin.

    Margin

    A floating object is aligned to page margins.

    OutsideMargin

    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.

    RightMargin

    A floating object is aligned to the right margin.