Documents

This class represents a collection of all the opened documents.

Properties

Application through getApplication

Count through getCount

Methods

addDocument

closeDocuments

item

openDocument

saveDocuments

Access

To get all the opened documents in Lotus Symphony, use the Documents property in the Application class.

Usage

Documents provides access to documents, and it provides methods to create new documents, open existing documents, save and close all opened documents.

A document can be created and opened in two ways: visible mode and invisible mode, see the addDocument method and openDocument method.

See examples

Example: Documents