A collection of EPS files.
Go to Property Listing | Method Listing
anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
EPS anyItem ()
Returns any EPS in the collection.
Number count ()
Displays the number of elements in the EPS.
EPS everyItem ()
Returns every EPS in the collection.
EPS firstItem ()
Returns the first EPS in the collection.
EPS item (index:Varies Long String)
Returns the EPS with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long or String. |
EPS itemByID (id:Number)
Returns the EPS with the specified ID.
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
The ID. |
EPS itemByName (name:String)
Returns the EPS with the specified name.
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
The name. |
EPS itemByRange (from:Varies EPS Long String, to:Varies EPS Long String)
Returns the EPSs within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
Long |
The EPS, index, or name at the beginning of the range. Can accept: EPS, Long or String. |
|
to |
Long |
The EPS, index, or name at the end of the range. Can accept: EPS, Long or String. |
EPS lastItem ()
Returns the last EPS in the collection.
EPS middleItem ()
Returns the middle EPS in the collection.
EPS nextItem (obj:EPS)
Returns the EPS whose index follows the specified EPS in the collection.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The EPS whose index comes before the desired EPS. |
EPS previousItem (obj:EPS)
Returns the EPS with the index previous to the specified index.
|
Parameter |
Type |
Description |
|---|---|---|
|
obj |
The index of the EPS that follows the desired EPS. |
String toSource ()
Generates a string which, if executed, will return the EPS.
Button.epss
State.epss
PageItem.epss
Oval.epss
Rectangle.epss
GraphicLine.epss
Polygon.epss
Group.epss
XMLElement.epss