Indentation.Right Property

Right Indentation.Represents the attribte in schema: w:right

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

Syntax

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

value = instance.Right

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns Int32Value.

See Also

Reference

Indentation Class

Indentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace