IsRightToLeft (RichTextTable - Java)

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

Defined in

RichTextTable

Data type

boolean

Syntax

public boolean isRightToLeft()
    throws NotesException
public void setRightToLeft(boolean flag)
    throws NotesException

Legal values

  • true if the reading order is right to left
  • false if the reading order is left to right

Usage

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

Example