LOTUSSCRIPT/COM/OLE CLASSES
Read-write. HTML attribute as listed below.
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
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.
Language cross-reference
PassThruHTML in Java RichTextStyle class
Example See Also