Presentation.RightToLeft Property

Right-To-Left Views.Represents the attribte in schema: rtl

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rtl")> _
Public Property RightToLeft As BooleanValue
    Get
    Set
'Usage
Dim instance As Presentation
Dim value As BooleanValue

value = instance.RightToLeft

instance.RightToLeft = value
[SchemaAttrAttribute(, "rtl")]
public BooleanValue RightToLeft { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Presentation Class

Presentation Members

DocumentFormat.OpenXml.Presentation Namespace