EPSs
A collection of EPS files.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
EPS [] (index:Number)
Returns the EPS with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
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 LongInteger String)
Returns the EPS with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer 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 LongInteger String, to:Varies EPS LongInteger String)
Returns the EPSs within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The EPS, index, or name at the beginning of the range. Can accept: EPS, Long Integer or String. |
to |
LongInteger |
The EPS, index, or name at the end of the range. Can accept: EPS, Long Integer 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.
Object of
PlaceGun.epss
Button.epss
State.epss
MultiStateObject.epss
CheckBox.epss
ComboBox.epss
ListBox.epss
RadioButton.epss
TextBox.epss
SignatureField.epss
Oval.epss
Rectangle.epss
GraphicLine.epss
Polygon.epss
SplineItem.epss
Snippet.epss
XMLElement.epss