Compatibility.NoTabHangIndent Property

Do Not Create Custom Tab Stop for Hanging Indent.Represents the element tag in schema: w:noTabHangInd

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

Syntax

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

value = instance.NoTabHangIndent

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent
Returns NoTabHangIndent.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace