NotesRichTextStyle (LotusScript®)

Represents rich text attributes.

Note: This class is new with Release 4.6.

Containment

Contained by: NotesRichTextDocLink, NotesRichTextNavigator, NotesRichTextRange, NotesRichTextSection, NotesSession

Properties

Bold

Effects

FontSize

IsDefault

Italic

NotesColor

NotesFont

Parent

PassThruHTML

Strikethrough

Underline

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