Share via


Indentation.HangingChars Property

Indentation Removed From First Line in Character Units.Represents the attribte in schema: w:hangingChars

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hangingChars")> _
Public Property HangingChars As Int32Value
    Get
    Set
'Usage
Dim instance As Indentation
Dim value As Int32Value

value = instance.HangingChars

instance.HangingChars = value
[SchemaAttrAttribute(, "hangingChars")]
public Int32Value HangingChars { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace