SelectOutlines (NoteCollection - Java)

Read-write. Indicates whether the collection contains notes for outlines.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectOutlines()
   throws NotesException
public void setSelectOutlines(boolean flag)
   throws NotesException

Legal values

  • true to indicate the inclusion of outlines
  • false to indicate the exclusion of outlines

Usage

The following methods set this property:

Example