PreflightRules

A collection of preflight rules.

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

PreflightRule [] (index:Number)

Returns the PreflightRule with the specified index.

Parameter

Type

Description

index

Number

The index.

PreflightRule anyItem ()

Returns any PreflightRule in the collection.

Number count ()

Displays the number of elements in the PreflightRule.

PreflightRule everyItem ()

Returns every PreflightRule in the collection.

PreflightRule firstItem ()

Returns the first PreflightRule in the collection.

PreflightRule item (index:Varies LongInteger String)

Returns the PreflightRule with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

PreflightRule itemByID (id:Number)

Returns the PreflightRule with the specified ID.

Parameter

Type

Description

id

Number

The ID.

PreflightRule itemByName (name:String)

Returns the PreflightRule with the specified name.

Parameter

Type

Description

name

String

The name.

PreflightRule itemByRange (from:Varies LongInteger PreflightRule String, to:Varies LongInteger PreflightRule String)

Returns the PreflightRules within the specified range.

Parameter

Type

Description

from

LongInteger

PreflightRule

String

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

to

LongInteger

PreflightRule

String

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

PreflightRule lastItem ()

Returns the last PreflightRule in the collection.

PreflightRule middleItem ()

Returns the middle PreflightRule in the collection.

PreflightRule nextItem (obj:PreflightRule)

Returns the PreflightRule whose index follows the specified PreflightRule in the collection.

Parameter

Type

Description

obj

PreflightRule

The PreflightRule whose index comes before the desired PreflightRule.

PreflightRule previousItem (obj:PreflightRule)

Returns the PreflightRule with the index previous to the specified index.

Parameter

Type

Description

obj

PreflightRule

The index of the PreflightRule that follows the desired PreflightRule.

String toSource ()

Generates a string which, if executed, will return the PreflightRule.

Object of

Application.preflightRules