LOTUSSCRIPT/COM/OLE CLASSES


Navigator property
Example

Read-only. A rich text navigator confined to the range.

Defined in

NotesRichTextRange

Data type

NotesRichTextNavigator

Syntax

To get: Set notesRichTextNavigator = notesRichTextRange.Navigator

Usage

Use this navigator to access elements within the range.

Language cross-reference

Navigator property in Java RichTextRange class

Example