Indentation.StartCharacters Property

startChars, this property is only available in Office2010.Represents the attribte in schema: w:startChars

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

Syntax

'Declaration
<SchemaAttrAttribute(, "startChars")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property StartCharacters As Int32Value
    Get
    Set
'Usage
Dim instance As Indentation
Dim value As Int32Value

value = instance.StartCharacters

instance.StartCharacters = value
[SchemaAttrAttribute(, "startChars")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Int32Value StartCharacters { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace