.

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


Text property
Example

Read-only. A plain text representation of an item's value.

Defined in

Item

Data type

String

Syntax

public String getText()
   throws NotesException

public String getText(int maxlen)
   throws NotesException

Parameters

int maxlen


Usage

Multiple values in a list are separated by semicolons in the returned string. If an item's value is large, the returned string may be truncated.

For rich-text items, this property skips non-text data such as bitmaps and file attachments.

For HTML items, this property returns null.

Language cross-reference

Text property in LotusScript NotesItem class

Example
See Also