EPSs

A collection of EPS files.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

EPS [] (index:Number)

Returns the EPS with the specified index.

Parameter

Type

Description

index

Number

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

String

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

Number

The ID.

EPS itemByName (name:String)

Returns the EPS with the specified name.

Parameter

Type

Description

name

String

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

EPS

LongInteger

String

The EPS, index, or name at the beginning of the range. Can accept: EPS, Long Integer or String.

to

EPS

LongInteger

String

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

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.

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