LOTUSSCRIPT/COM/OLE CLASSES


Compact method
Beispiel

Compacts a rich text item to take up minimum space.

Hinweis 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

Beispiel
Siehe auch