selectAllFormatElements (NoteCollection - Java)

Selects or deselects the notes for format elements for inclusion in the collection.

Defined in

NoteCollection

Syntax

public void selectAllFormatElements(boolean selectorvalue)
    throws NotesException

Parameters

boolean selectorvalue
  • true includes all format elements
  • false excludes all format elements

Usage

The notes for format elements are those regulated by the following properties. This method sets these properties true or false as indicated by the selector value.

Example