Share via


NoNamespace.rtl Field

Definition

Represents the rtl XML attributes.

public static readonly System.Xml.Linq.XName rtl;
 staticval mutable rtl : System.Xml.Linq.XName
Public Shared ReadOnly rtl As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: tblPr, presentation.
  • corresponds to the following strongly-typed properties: Presentation.RightToLeft, TableProperties.RightToLeft.

Applies to