Compatibility.DoNotExpandShiftReturn Property

Don't Justify Lines Ending in Soft Line Break.Represents the element tag in schema: w:doNotExpandShiftReturn

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

Syntax

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

value = instance.DoNotExpandShiftReturn

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn
Returns DoNotExpandShiftReturn.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace