This method gets a graphic object of a document according to an index.
Defined in
Syntax
public TextGraphic item( int index ) throws SymphonyException
Parameters
int index
Specifies the index of the graphic object in the collection, starting at 1.
Usage
If the index is out of bounds, this method throws an exception.
See examples