Share via


Compatibility.DoNotBreakWrappedTables Property

Do Not Allow Floating Tables To Break Across Pages.Represents the element tag in schema: w:doNotBreakWrappedTables

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DoNotBreakWrappedTables As DoNotBreakWrappedTables
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As DoNotBreakWrappedTables

value = instance.DoNotBreakWrappedTables

instance.DoNotBreakWrappedTables = value
public DoNotBreakWrappedTables DoNotBreakWrappedTables { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables
Returns DoNotBreakWrappedTables.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace