item method

This method gets a graphic object of a document according to an index.

Defined in

SymphonyTextGraphics

Syntax

public TextGraphic item( int index ) throws SymphonyException

Parameters

int index

Specifies the index of the graphic object in the collection, starting at 1.

Return Value

graphic

A TextGraphic object that represents a graphic object.

Usage

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

See examples

Example: item method