LOTUSSCRIPT/COM/OLE CLASSES
Compacts a rich text item to take up minimum space.
Note This method is new with Release 6.
Defined in
NotesRichTextItem
Syntax
Call notesRichTextItem.Compact
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 Java RichTextItem class
Example See Also