PreflightProfiles

A collection of preflight profiles.

Methods:

[], add, 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

PreflightProfile [] (index:Number)

Returns the PreflightProfile with the specified index.

Parameter

Type

Description

index

Number

The index.

PreflightProfile add (withProperties:Object)

Creates a new PreflightProfile.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new PreflightProfile (Optional)

PreflightProfile anyItem ()

Returns any PreflightProfile in the collection.

Number count ()

Displays the number of elements in the PreflightProfile.

PreflightProfile everyItem ()

Returns every PreflightProfile in the collection.

PreflightProfile firstItem ()

Returns the first PreflightProfile in the collection.

PreflightProfile item (index:Varies LongInteger String)

Returns the PreflightProfile with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

PreflightProfile itemByID (id:Number)

Returns the PreflightProfile with the specified ID.

Parameter

Type

Description

id

Number

The ID.

PreflightProfile itemByName (name:String)

Returns the PreflightProfile with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the PreflightProfiles within the specified range.

Parameter

Type

Description

from

LongInteger

PreflightProfile

String

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

to

LongInteger

PreflightProfile

String

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

PreflightProfile lastItem ()

Returns the last PreflightProfile in the collection.

PreflightProfile middleItem ()

Returns the middle PreflightProfile in the collection.

PreflightProfile nextItem (obj:PreflightProfile)

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

Parameter

Type

Description

obj

PreflightProfile

The PreflightProfile whose index comes before the desired PreflightProfile.

PreflightProfile previousItem (obj:PreflightProfile)

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

Parameter

Type

Description

obj

PreflightProfile

The index of the PreflightProfile that follows the desired PreflightProfile.

String toSource ()

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

Object of

Application.preflightProfiles

Document.preflightProfiles