SelectAllFormatElements (NotesNoteCollection - LotusScript®)
Selects or deselects the notes for format elements for inclusion in the collection.
Defined in
Syntax
Call notesNoteCollection .SelectAllFormatElements( selectorValue )
Parameters
selectorValue
Boolean.
- 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 selectorValue.
Language cross-reference
selectAllFormatElements method in Java NoteCollection class