remove (RichTextRange - Java)

Removes everything in the range, including supported elements.

Defined in

RichTextRange

Syntax

public void remove()
    throws NotesException

Usage

If the end of the range is an object, that object is not removed.

Example