JAVA/CORBA CLASSES


update method
Example

Processes all pending operations on a rich text item.

Note This method is new with Release 6.5.

Defined in

RichTextItem

Syntax

public void update()
   throws NotesException

Usage

Operations on a rich text item are queued for efficiency. The order and time of completion are not predictable. Use this method to ensure that processing is complete at a certain point.

Language cross-reference

Update method in LotusScript NotesRichTextItem class

Example
See Also