This class represents a collection of all the opened documents.
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.