Indentation.Left Property

Left Indentation.Represents the attribte in schema: w:left

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

Syntax

'Declaration
<SchemaAttrAttribute(, "left")> _
Public Property Left As StringValue
    Get
    Set
'Usage
Dim instance As Indentation
Dim value As StringValue

value = instance.Left

instance.Left = value
[SchemaAttrAttribute(, "left")]
public StringValue Left { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns Int32Value.

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace