Back to Devexpress

CompatibilitySettings.SplitTableRowsAroundFloatingTables Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-67fa9d46.md

latest1.9 KB
Original Source

CompatibilitySettings.SplitTableRowsAroundFloatingTables Property

Gets or sets whether to break table rows around floating tables.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , to split table rows around floating tables; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SplitTableRowsAroundFloatingTables
Document

.CompatibilitySettings .SplitTableRowsAroundFloatingTables

|

Remarks

Use this property to specify whether to split a table row in two in the following situations:

  • The table row exceeds a page in height;

  • A floating table displaces an inline table to the next page.

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace