Ruler (NotesUIDocument - LotusScript®)

Read-write. Indicates whether the ruler is displayed.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument .Ruler

To set: notesUIDocument .Ruler = flag

Legal values

  • True indicates that the ruler is displayed.
  • False indicates that the ruler is not displayed.

Usage

You can set this property only when the document is in Edit mode.

Example