Back to Devexpress

TableTextWrappingType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-9f67aad8.md

latest1.1 KB
Original Source

TableTextWrappingType Enum

Lists values used to specify the type of text wrapping around a table.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum TableTextWrappingType
vb
Public Enum TableTextWrappingType

Members

NameDescription
None

The text is not wrapped around the table.

| | Around |

The text is wrapped around the table.

|

The following properties accept/return TableTextWrappingType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace