Skip to main content
A newer version of this page is available. .

FloatingObjectVerticalPositionType Enum

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

Declaration

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

Members

Name Description
Absolute

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

Aligned

A floating object is aligned to a vertical anchor element.

Relative

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