Indentation.End Property

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

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

Syntax

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

value = instance.End

instance.End = value
[SchemaAttrAttribute(, "end")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public StringValue End { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace