EPSs
A collection of EPS files.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the EPS.
EPS item( Mixed index )
Returns the EPS with the specified index or name.
Parameters
EPS itemByName( String name )
Returns the EPS with the specified name.
Parameters
EPS itemByID( Number id )
Returns the EPS with the specified ID.
Parameters
EPS itemByRange( Mixed from, Mixed to )
Returns the EPSs within the specified range.
Parameters
EPS firstItem()
Returns the first EPS in the collection.
EPS lastItem()
Returns the last EPS in the collection.
EPS middleItem()
Returns the middle EPS in the collection.
EPS previousItem( EPS obj )
Returns the EPS with the index previous to the specified index.
Parameters
EPS nextItem( EPS obj )
Returns the EPS whose index follows the specified EPS in the collection.
Parameters
EPS anyItem()
Returns any EPS in the collection.
EPS everyItem()
Returns every EPS in the collection.
String toSource()
Generates a string which, if executed, will return the EPS.
EPS []( Number index )
Returns the EPS with the specified index.