Text (NotesItem - JavaScriptâ„¢)
Read-only. A plain text representation of an item's value.
Defined in
NotesItemSyntax
getText() : string| Parameter | Description |
|---|---|
| maxlen | Maximum length of returned text. |
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 bit maps and file attachments.
For HTML items, this property returns null.
Language cross-reference
Text property in LotusScript® NotesItem classText property in Java Item class