item method

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

Defined in

Presentations

Syntax

public Presentation item(int index) throws SymphonyException

Parameters

int index

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

Return Value

presentation

A Presentation object that represents a presentation.

Usage

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

See examples

Example: item method