FloatingObjectTextWrapType Enum
In This Article
Lists values specifying how text is wrapped around a floating object.
#Declaration
TypeScript
declare enum FloatingObjectTextWrapType {
None = 0,
TopAndBottom = 1,
Tight = 2,
Through = 3,
Square = 4
}
#Members
Name | Description |
---|---|
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. |
Top
|
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.