TextWrappingType Enum
Lists values that specify how a shape is surrounded by text.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Square
|
The text wraps around the rectangular borders of the shape. |
Tight
|
The text wraps tightly around the shape. This enumeration value exists for compatibility only. Rich Text Editor interprets it as Square while rendering the document. |
Through
|
The text wraps tightly around the shape and can fill in the transparent background space inside the shape. This enumeration value exists for compatibility only. Rich Text Editor interprets it as Square while rendering the document. |
TopAndBottom
|
The text is displayed above and below the shape and does not wrap around the sides. |
BehindText
|
The text is displayed over the shape. |
InFrontOfText
|
The text is displayed behind the shape. |
InLineWithText
|
The shape is placed in line with text. |
Related API Members
The following properties accept/return TextWrappingType values: