Skip to main content

NotesRichTextNavigator

Methods

NameDescription
Clone (NotesRichTextNavigator)Creates another NotesRichTextNavigator object with the same position as the current one.
FindFirstElementMoves the current position to the first element of a specified type in a rich text item.
FindFirstStringMoves the current position to the beginning of the first occurrence of a string in a rich text item.
FindLastElementMoves the current position to the last element of a specified type in a rich text item.
FindNextElementMoves the current position to the next element of a specified type in a rich text item after the current position.
FindNextStringMoves the current position to the beginning of the next occurrence of a string in a rich text item after the current position.
FindNthElementMoves the current position to the element at a specified position within elements of the same type.
GetElementReturns the element at the current position.
GetFirstElementReturns the first element of a specified type in a rich text item.
GetLastElementReturns the last element of a specified type in a rich text item.
GetNextElementReturns the element of a specified type at a position in a rich text item after the current position.
GetNthElementReturns the element of a specified type at a specified position in a rich text item.
SetCharOffsetSets the current position to an offset from the current position.
SetPositionSets the current position to a specified element in a rich text item.
SetPositionAtEndSets the current position at the end of a specified element in a rich text item.