Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Font Class / RightToLeft Property

In This Topic
    RightToLeft Property
    In This Topic
    Gets or sets a value indicating whether the contents shall have right-to-left characteristics.
    Syntax
    'Declaration
     
    Public Property RightToLeft As System.Boolean
    public System.bool RightToLeft {get; set;}
    Remarks
    This property, when on, shall not be used with strongly left-to-right text. Any behavior under that condition is unspecified. This property, when off, shall not be used with strong right-to-left text. Any behavior under that condition is unspecified. When the contents of this run are displayed, all characters shall be treated as complex script characters for formatting purposes. This means that BoldBi, ItalicBi, SizeBi and a corresponding font name will be used when rendering the content.
    See Also