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