FindLastElement (NotesRichTextNavigator - LotusScript®)
Moves the current position to the last element of a specified type in a rich text item.
Defined in
Syntax
flag = notesRichTextNavigator .FindLastElement( type% )
Parameters
type%
Constant. The type of element:
- RTELEM_TYPE_DOCLINK (5)
- RTELEM_TYPE_FILEATTACHMENT (8)
- RTELEM_TYPE_OLE (9)
- RTELEM_TYPE_SECTION (6)
- RTELEM_TYPE_TABLE (1)
- RTELEM_TYPE_TABLECELL (7)
- RTELEM_TYPE_TEXTPARAGRAPH (4)
- RTELEM_TYPE_TEXTRUN (3)
Return value
flag
Boolean.
- True if the element exists and the current position is reset.
- False if the element does not exist and the current position is not reset.