SelectStylesheetResources (NoteCollection - Java)

Read-write. Indicates whether the collection contains notes for style sheet resources.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectStylesheetResources()
   throws NotesException
public void setSelectStylesheetResources(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of style sheet resources
  • false to indicate exclusion of style sheet resources

Usage

The following methods set this property:

Example