Back to Devexpress

FloatingObjectTextWrapType Enum

aspnet-js-floatingobjecttextwraptype.md

latest955 B
Original Source

FloatingObjectTextWrapType Enum

Lists values specifying how text is wrapped around a floating object.

Declaration

ts
declare enum FloatingObjectTextWrapType {
    None = 0,
    TopAndBottom = 1,
    Tight = 2,
    Through = 3,
    Square = 4
}

Members

NameDescription
None

The text does not wrap around the shape.

| | Square |

The text wraps around the rectangular borders of the shape.

| | Through |

The text wraps tightly around the shape and can fill in the transparent background space inside the shape.

| | Tight |

The text wraps tightly around the shape.

| | TopAndBottom |

The text is displayed above and below the shape and does not wrap around the sides.

|

Remarks

Values listed by this enumeration are used to set the FloatingObjectTextWrappingSettings.floatingObjectTextWrapType property.