| Clone (NotesRichTextNavigator) | Creates another NotesRichTextNavigator object with the same position as the current one. |
| FindFirstElement | Moves the current position to the first element of a specified type in a rich text item. |
| FindFirstString | Moves the current position to the beginning of the first occurrence of a string in a rich text item. |
| FindLastElement | Moves the current position to the last element of a specified type in a rich text item. |
| FindNextElement | Moves the current position to the next element of a specified type in a rich text item after the current position. |
| FindNextString | Moves the current position to the beginning of the next occurrence of a string in a rich text item after the current position. |
| FindNthElement | Moves the current position to the element at a specified position within elements of the same type. |
| GetElement | Returns the element at the current position. |
| GetFirstElement | Returns the first element of a specified type in a rich text item. |
| GetLastElement | Returns the last element of a specified type in a rich text item. |
| GetNextElement | Returns the element of a specified type at a position in a rich text item after the current position. |
| GetNthElement | Returns the element of a specified type at a specified position in a rich text item. |
| SetCharOffset | Sets the current position to an offset from the current position. |
| SetPosition | Sets the current position to a specified element in a rich text item. |
| SetPositionAtEnd | Sets the current position at the end of a specified element in a rich text item. |