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

    Lists values that specify the type of a floating object’s position.

    Declaration

    export enum FloatingObjectHorizontalPositionType {
        Aligned = 0,
        Absolute = 1,
        Relative = 2
    }

    Members

    Name Description
    Absolute

    A floating object’s position is specified in twips relatively to a horizontal anchor element.

    Aligned

    A floating object is aligned to a horizontal anchor element.

    Relative

    A floating object’s position is specified as a percentage relatively to a horizontal anchor element.