A collection of EPS files.
Methods
EPSanyItem ()
Returns any EPS in the collection.
number count ()
Displays the number of elements in the EPS.
Array of EPSeveryItem ()
Returns every EPS in the collection.
EPSfirstItem ()
Returns the first EPS in the collection.
EPSitem (index:
any)
Returns the EPS with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
EPSitemByID (id:
number)
Returns the EPS with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
EPSitemByName (name:
string)
Returns the EPS with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of EPSitemByRange (from:
any, to:
any)
Returns the EPSs within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | EPS Long Integer String |
The EPS, index, or name at the beginning of the range. Can accept: EPS, Long Integer or String. |
| to | EPS Long Integer String |
The EPS, index, or name at the end of the range. Can accept: EPS, Long Integer or String. |
EPSlastItem ()
Returns the last EPS in the collection.
EPSmiddleItem ()
Returns the middle EPS in the collection.
EPSnextItem (obj:
EPS)
Returns the EPS whose index follows the specified EPS in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | EPS | The EPS whose index comes before the desired EPS. |
EPSpreviousItem (obj:
EPS)
Returns the EPS with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | EPS | The index of the EPS that follows the desired EPS. |
string toSource ()
Generates a string which, if executed, will return the EPS.
Element of:
Button.epss
GraphicLine.epss
Group.epss
Oval.epss
PageItem.epss
Polygon.epss
Rectangle.epss
State.epss
XMLElement.epss