Clone (RichTextRange - Java)

Creates another RichTextRange object with the same properties as the current one.

Defined in

RichTextRange

Syntax

public RichTextRange Clone()
    throws NotesException

Return value

RichTextRange

RichTextRange. The new range.

Example