NotesColor (NotesRichTextStyle - LotusScript®)

Read-write. Color rich text attribute (see as listed).

Note: This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Integer

Syntax

To get: notesColor = notesRichTextStyle .NotesColor

To set: notesRichTextStyle .NotesColor = notesColor

Legal values

  • A Domino® color index in the range 0-240; see NotesColorObject and NotesColor.
  • STYLE_NO_CHANGE (255) to maintain the previous state (default).

Example