Indentation.EndCharacters Property
endChars, this property is only available in Office2010.Represents the attribte in schema: w:endChars
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "endChars")> _
Public Property EndCharacters As Int32Value
Get
Set
'Usage
Dim instance As Indentation
Dim value As Int32Value
value = instance.EndCharacters
instance.EndCharacters = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "endChars")]
public Int32Value EndCharacters { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value