TextParagraphPropertiesType.RightToLeft Property
Right To Left.Represents the attribte in schema: rtl
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "rtl")> _
Public Property RightToLeft As BooleanValue
Get
Set
'Usage
Dim instance As TextParagraphPropertiesType
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
TextParagraphPropertiesType Class