This method returns a document opened in Lotus Symphony by index.
Defined in
Syntax
public Document item(int index) throws SymphonyException
Parameters
int indexSpecifies the index of the document to be returned, starting at 1.
Usage
If the index is out of bounds, this method throws an exception.
See examples