setBegin (RichTextRange - Java)

Defines the beginning of a range.

Defined in

RichTextRange

Syntax

public void setBegin(Base element)
    throws NotesException

Parameters

Base element

RichTextDocLink, RichTextNavigator, RichTextRange, or RichTextTable. The element that begins the range. For RichTextNavigator, this is the current position. For other elements, this is the position of the element.

Language cross-reference

SetBeginMethod in LotusScript® NotesRichTextRange class

Example