setCharOffset (RichTextNavigator - Java)

Sets the current position to an offset from the current position.

Defined in

RichTextNavigator

Syntax

public void setCharOffset(int offset)
    throws NotesException

Parameters

int offset

The offset which must be positive (you cannot back up).

Example