BodyProperties.RightToLeftColumns Property

Definition

Columns Right-To-Left

Represents the following attribute in the schema: rtlCol

[DocumentFormat.OpenXml.SchemaAttr(0, "rtlCol")]
public DocumentFormat.OpenXml.BooleanValue RightToLeftColumns { get; set; }
public DocumentFormat.OpenXml.BooleanValue RightToLeftColumns { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "rtlCol")]
public DocumentFormat.OpenXml.BooleanValue? RightToLeftColumns { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("rtlCol")]
public DocumentFormat.OpenXml.BooleanValue? RightToLeftColumns { get; set; }
public DocumentFormat.OpenXml.BooleanValue? RightToLeftColumns { get; set; }
member this.RightToLeftColumns : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "rtlCol")>]
member this.RightToLeftColumns : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("rtlCol")>]
member this.RightToLeftColumns : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property RightToLeftColumns As BooleanValue

Property Value

Returns BooleanValue.

Attributes

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.

Applies to