EPSs
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
EPS anyItem ()
Returns any EPS in the collection.
number count ()
Displays the number of elements in the EPS.
Array
of EPS everyItem ()
Returns every EPS in the collection.
EPS firstItem ()
Returns the first EPS in the collection.
EPS item (index:
any)
Returns the EPS with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long or String. |
EPS itemByID (id:
number)
Returns the EPS with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
EPS itemByName (name:
string)
Returns the EPS with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of EPS itemByRange (from:
any, to:
any)
Returns the EPSs within the specified range.
Parameter | Type | Description |
---|---|---|
from | EPS Long String | The EPS, index, or name at the beginning of the range. Can accept: EPS, Long or String. |
to | EPS Long String | 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 | EPS | 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 | 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
Used in:
Asset Library.store (using: Array of any)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |