Compatibility.DoNotUseEastAsianBreakRules Property

Do Not Compress Compressible Characters When Using Document Grid.Represents the element tag in schema: w:doNotUseEastAsianBreakRules

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

Syntax

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

value = instance.DoNotUseEastAsianBreakRules

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules
Returns DoNotUseEastAsianBreakRules.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace