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

FloatingObjectTextWrapSide Enum

Lists values specifying how text can wrap around a floating object’s left and right sides.

Declaration

declare enum FloatingObjectTextWrapSide {
    Both = 0,
    Left = 1,
    Right = 2,
    Largest = 3
}

Members

Name Description
Both

Wraps text to both the left and right of the shape.

Largest

Wraps text on the side that is the greater distance from the shape to the margin.

Left

Wraps text to the left of the shape.

Right

Wraps text to the right of the shape.

Remarks

An instance of this object can be accessed using the FloatingObjectTextWrappingSettings.floatingObjectTextWrapSide properties: