Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






ValueString property

Read-Write. The value that an item holds.

Defined in

Item

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.

See examples

Examples: DateTimeValue, ValueDouble, ValueInteger, Values, and ValueString properties
Related topics
Accessing item properties in Java classes
Creating an item and assigning values in Java classes
Getting an item and its values in Java classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009