Skip to main content

FloatingObjectVerticalPositionAlignment Enum

Lists values specifying how a floating object is vertically aligned relative to the specified element.

#Declaration

TypeScript
declare enum FloatingObjectVerticalPositionAlignment {
    None = 0,
    Top = 1,
    Center = 2,
    Bottom = 3,
    Inside = 4,
    Outside = 5
}

#Members

Name Description
Bottom

The shape is aligned to the bottom relative to its FloatingObjectAlignmentPositionSettings.verticalPositionType.

Center

The shape is centered relative to its FloatingObjectAlignmentPositionSettings.verticalPositionType.

Inside

The shape is aligned inside relative to its FloatingObjectAlignmentPositionSettings.verticalPositionType.

None

The shape is not vertically aligned.

Outside

The shape is aligned outside relative to its FloatingObjectAlignmentPositionSettings.verticalPositionType.

Top

The shape is top aligned relative to its FloatingObjectAlignmentPositionSettings.verticalPositionType.

#Remarks

Values listed by this enumeration are used to set the FloatingObjectAlignmentPositionSettings.verticalPositionAlignment property.