RightToLeft (NotesRichTextTable - LotusScript®)

Read-write. Whether the reading order of the table is right to left.

Defined in

NotesRichTextTable

Data type

Boolean

Syntax

To get: flag = notesRichTextTable .RightToLeft

To set: notesRichTextTable.RightToLeft = flag

Legal values

  • True indicates that the reading order is right to left.
  • False indicates that the reading order is left to right.

Usage

A reading order of right to left supports Arabic and Hebrew languages.

Example