Indentation.FirstLine Property

Additional First Line Indentation.Represents the attribte in schema: w:firstLine

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

Syntax

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

value = instance.FirstLine

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns UInt64Value.

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace