setStyle (RichTextRange - Java)

Sets a style for all text in the range.

Defined in

RichTextRange

Syntax

public void setStyle(RichTextStyle style)
    throws NotesException

Parameters

RichTextStyle style

The style to set.

Example