ValueString (Item - Java™)
Read-Write. The value that an item holds.
Defined in
Data type
String
Syntax
public String getValueString()
throws NotesException
public void setValueString(String value)
throws NotesException
Usage
If the item has no value or the value is numeric or date-time, this method returns an empty string.
This method returns a rich-text item rendered to plain text. Formatting and embedded objects are lost.
If the item has multiple values, this method returns the first value.