This class represents the Lotus Symphony application, providing access to top-level objects, such as the active document, spreadsheet, and presentation.
Properties
ActiveDocument through getActiveDocument.
ActivePresentation through getActivePresentation.
ActiveSpreadsheet through getActiveSpreadsheet.
Documents through getDocuments.
Presentations through getPresentations.
Spreadsheets through getSpreadsheets.
Usage
The Application class provides access to documents, presentations, and spreadsheets. It is the only way to access Lotus Symphony.
There is only one active instance of an active document, active spreadsheet, and active presentation. The active instance is the last one that has the UI focus. For example, if a document is the active one, active spreadsheet and active presentation are not available. If a document, presentation, or spreadsheet is opened in invisible mode, it is never an active document, active spreadsheet, or active presentation.