NotesRichTextStyle (LotusScript)

Represents rich text attributes.

Note: This class is new with Release 4.6.

Creation

To create a new NotesRichTextStyle object, use the CreateRichTextStyle method in NotesSession.

At creation, all the NotesRichTextStyle properties are STYLE_NO_CHANGE.

Access

Use a NotesRichTextStyle object with the AppendStyle method of NotesRichTextItem.

Example