Back to Devexpress

FloatingObjectTextWrapSide Enum

aspnet-js-floatingobjecttextwrapside.md

latest804 B
Original Source

FloatingObjectTextWrapSide Enum

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

Declaration

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

Members

NameDescription
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: