LOTUSSCRIPT/COM/OLE CLASSES
Represents a means of navigation in a rich text item.
Note This class is new with Release 6.
Containment
Contained by: NotesRichTextItem
Contains: NotesRichTextDocLink, NotesRichTextSection, NotesRichTextTable
Methods
Clone
FindFirstElement
FindFirstString
FindLastElement
FindNextElement
FindNextString
FindNthElement
GetElement
GetFirstElement
GetLastElement
GetNextElement
GetNthElement
SetCharOffset
SetPosition
SetPositionAtEnd
Creation
To create a new NotesRichTextNavigator object, use the CreateNavigator method in NotesRichTextItem or the Navigator property in NotesRichTextRange.
Usage
Navigation is within elements of the same type. You can find or get the first element of a type, the next element of a type, and the nth element of a type. You cannot find or get an element regardless of type.
The navigator maintains a current position. Both find and get operations change the current position in the rich text item.
Example See Also