SetStyle (NotesRichTextRange - LotusScript®)

Sets a style for all text in the range.

Defined in

NotesRichTextRange

Syntax

Call notesRichTextRange .SetStyle( style )

Parameters

style

NotesRichTextStyle. The style to set.

Language cross-reference

setStyle method in Java RichTextRange class

Example