JAVA/CORBA-KLASSEN


HideFormula property
Beispiel

Read-Write. A formula that determines when an entry is hidden, or an empty string.

Hinweis This property is new with Release 5.0.1.

Hinweis This property is supported for remote (IIOP) operations in Release 5.0.2.

Defined in

OutlineEntry

Data type

String

Syntax

public String getHideFormula()
    throws NotesException

public void setHideFormula(String value)
    throws NotesException

Usage

The hide formula must be a valid Notes formula that evaluates to a boolean value.

UseHideFormula determines if the hide formula is used.

Language cross-reference

HideFormula property in LotusScript NotesOutlineEntry class

Beispiel