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
'Декларация
<SchemaAttrAttribute(, "startChars")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property StartCharacters As Int32Value
Get
Set
'Применение
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