Indentation.Hanging Property

Indentation Removed from First Line.Represents the attribte in schema: w:hanging

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hanging")> _
Public Property Hanging As StringValue
    Get
    Set
'Usage
Dim instance As Indentation
Dim value As StringValue

value = instance.Hanging

instance.Hanging = value
[SchemaAttrAttribute(, "hanging")]
public StringValue Hanging { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns UInt64Value.

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace