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.

Example