PassThruHTML (NotesRichTextStyle - LotusScript®)

Read-write. HTML attribute as listed as follows.

Note: This property is new with Release 5.

Defined in

NotesRichTextStyle

Data type

Boolean or constant of type Integer

Note: The data type is Long for COM.

Syntax

To get: flagIntegerConstant = notesRichTextStyle .PassThruHTML

To set: notesRichTextStyle .PassThruHTML = flagIntegerConstant

Legal values

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

Usage

HTML text may be embedded in a NotesRichTextItem by setting this property and then calling the AppendText method. These attributes are useful when the document is served up to the Web. The text may be visible or invisible when displayed by the Domino® Designer Editor, controlled by View options.

Example