BodyProperties.RightToLeftColumns Property
Columns Right-To-Left.Represents the attribte in schema: rtlCol
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "rtlCol")> _
Public Property RightToLeftColumns As BooleanValue
Get
Set
'Usage
Dim instance As BodyProperties
Dim value As BooleanValue
value = instance.RightToLeftColumns
instance.RightToLeftColumns = value
[SchemaAttrAttribute(, "rtlCol")]
public BooleanValue RightToLeftColumns { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether columns are used in a right-to-left or left-to-right order. The usage of this attribute only sets the column order that is used to determine which column overflow text should go to next. If this attribute is omitted, then a value of 0, meaning off, is implied in which case text will start in the leftmost column and flow to the right.
This attribute in no way determines the direction of text but merely the direction in which multiple columns are used.
The possible values for this attribute are defined by the XML Schema boolean data type.