Back to Devexpress

CompatibilitySettings.SplitWrappedTablesAcrossPages Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-259de9f8.md

latest1.8 KB
Original Source

CompatibilitySettings.SplitWrappedTablesAcrossPages Property

Gets ow sets whether to split wrapped tables.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool SplitWrappedTablesAcrossPages { get; set; }
vb
Property SplitWrappedTablesAcrossPages As Boolean

Property Value

TypeDescription
Boolean

true , to split tables across pages; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SplitWrappedTablesAcrossPages
Document

.CompatibilitySettings .SplitWrappedTablesAcrossPages

|

Remarks

Use this property to specify whether to split a table whose contents cannot be displayed on one page in order to preserve the table’s location.

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace