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

FloatingObjectHorizontalPositionAlignment Enum

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

Declaration

declare enum FloatingObjectHorizontalPositionAlignment {
    None = 0,
    Left = 1,
    Center = 2,
    Right = 3,
    Inside = 4,
    Outside = 5
}

Members

Name Description
Center

The shape is centered relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

Inside

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

Left

The shape is left-aligned relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

None

The shape is not horizontally aligned.

Outside

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

Right

The shape is right-aligned relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

Remarks

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