.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetUnformattedText method
Example

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

Note This method is new with Release 6.

Defined in

NotesRichTextItem

Syntax

plainText$ = notesRichTextItem.GetUnformattedText( )

Return value

plainText$


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 Java RichTextItem class

@Text function in formula language

@Abstract function in formula language

Example
See Also