.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


getLastElement method
Example

Returns the last element of a specified type in a rich text item.

Defined in

RichTextNavigator

Syntax

public Base getLastElement(int type)
   throws NotesException

Parameters

int type

Return value

Base


Usage

An exception occurs occurs if you try to get an element of type RTELEM_TYPE_TABLECELL, RTELEM_TYPE_TEXTPARAGRAPH, or RTELEM_TYPE_TEXTRUN. Access these elements through RichTextRange.

This method moves the current position to the position of the retrieved element.

Language cross-reference

GetLastElement method in LotusScript NotesRichTextNavigator class

Example
See Also