JAVA/CORBA CLASSES


getUnformattedText method
Example

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

Note This method is new with Release 6.5.

Defined in

RichTextItem

Syntax

public String getUnformattedText()
   throws NotesException

Return value

String


Usage

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

The text is not wrapped and tabs cannot be stripped as in getFormattedText.

Language cross-reference

GetUnformattedText method in LotusScript NotesRichTextItem class

@Text function in formula language

@Abstract function in formula language

Example
See Also