Indentation.FirstLineChars Property

Additional First Line Indentation in Character Units.Represents the attribte in schema: w:firstLineChars

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

Syntax

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

value = instance.FirstLineChars

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace