Underline (NotesRichTextStyle - LotusScript®)

Read-write. Underline rich text attribute.

Note: This property is new with Release 4.6.

Defined in

NotesRichTextStyle

Data type

Boolean or constant of type Integer

Note: The data type is Long for COM.

Syntax

To get: flag = notesRichTextStyle .Underline

To set: notesRichTextStyle .Underline = flag

Legal values

  • True (-1) for underline.
  • False (0) for non-underline.
  • STYLE_NO_CHANGE (255) to maintain the previous state (default).

Example