item method

This method returns a document opened in Lotus Symphony by index.

Defined in

Documents

Syntax

public Document item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the document to be returned, starting at 1.

Return Value

document

A Document object that represents a document.

Usage

If the index is out of bounds, this method throws an exception.

See examples

Example: item method