JAVA/CORBA CLASSES


compact method
Example

Compacts a rich text item to use minimum space.

Note This method is new with Release 6.5.

Defined in

RichTextItem

Syntax

public void compact()
   throws NotesException

Usage

In rare cases, editing a rich text item may introduce extraneous space. This method eliminates any extraneous space.

This method invalidates the positions of navigators and is best used at the end of editing.

Language cross-reference

Compact method in LotusScript NotesRichTextItem class

Example
See Also