.

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

JAVA/CORBA CLASSES


getFormattedText method
Example

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

Defined in

RichTextItem

Syntax

public String getFormattedText(boolean tabstrip, int linelen, int maxlen)
   throws NotesException

Parameters

boolean tabstrip


int linelen
int maxlen
Return value

String


Usage

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

Language cross-reference

GetFormattedText method in LotusScript NotesRichTextItem class

@Text function in formula language

@Abstract function in formula language

Example
See Also