LOTUSSCRIPT/COM/OLE CLASSES


GetFormattedText method
Example

Returns the contents of a rich text item as plain text.

Defined in

NotesRichTextItem

Syntax

plainText$ = notesRichTextItem.GetFormattedText( tabstrip, lineLength% )

Parameters

tabstrip


lineLength%
Return value

plainText$


Usage

This method omits non-text data, such as bitmaps and file attachments.

Use GetUnformattedText if you don't want to wrap or strip tabs.

Language cross-reference

getFormattedText method Java RichTextItem class

@Text function in formula language

@Abstract function in formula language

Example
See Also