Skip to main content
All docs
V26.1
  • FloatingObjectVerticalAnchorElement Enum

    Lists values that specify an element to which the floating object is aligned.

    Declaration

    export enum FloatingObjectVerticalAnchorElement {
        Page = 0,
        Line = 1,
        Paragraph = 2,
        Margin = 3,
        TopMargin = 4,
        BottomMargin = 5,
        InsideMargin = 6,
        OutsideMargin = 7
    }

    Members

    Name Description
    BottomMargin

    A floating object is aligned to the bottom margin.

    InsideMargin

    A floating object is aligned to the top margin for odd pages, and the bottom margin for even pages.

    Line

    A floating object is aligned to a line.

    Margin

    A floating object is aligned to page margins.

    OutsideMargin

    A floating object is aligned to the bottom margin for odd pages, and the top margin for even pages.

    Page

    A floating object is aligned to a page.

    Paragraph

    A floating object is aligned to a paragraph.

    TopMargin

    A floating object is aligned to the top margin.