PreflightProcesses

A collection of preflight processes.

Methods:

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

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

PreflightProcess [] (index:Number)

Returns the PreflightProcess with the specified index.

Parameter

Type

Description

index

Number

The index.

PreflightProcess add (targetObject:Document, appliedProfile:PreflightProfile, preflightOptions:PreflightOption, withProperties:Object)

Adds a new preflight process.

Parameter

Type

Description

targetObject

Document

The document the process should inspect.

appliedProfile

PreflightProfile

The preflight profile that should be used.

preflightOptions

PreflightOption

The preflight options that should be used. (Optional)

withProperties

Object

Initial values for properties of the new PreflightProcess (Optional)

PreflightProcess anyItem ()

Returns any PreflightProcess in the collection.

Number count ()

Displays the number of elements in the PreflightProcess.

PreflightProcess everyItem ()

Returns every PreflightProcess in the collection.

PreflightProcess firstItem ()

Returns the first PreflightProcess in the collection.

PreflightProcess item (index:Varies LongInteger String)

Returns the PreflightProcess with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

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

Returns the PreflightProcesses within the specified range.

Parameter

Type

Description

from

LongInteger

PreflightProcess

String

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

to

LongInteger

PreflightProcess

String

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

PreflightProcess lastItem ()

Returns the last PreflightProcess in the collection.

PreflightProcess middleItem ()

Returns the middle PreflightProcess in the collection.

PreflightProcess nextItem (obj:PreflightProcess)

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

Parameter

Type

Description

obj

PreflightProcess

The PreflightProcess whose index comes before the desired PreflightProcess.

PreflightProcess previousItem (obj:PreflightProcess)

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

Parameter

Type

Description

obj

PreflightProcess

The index of the PreflightProcess that follows the desired PreflightProcess.

String toSource ()

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

Object of

Application.preflightProcesses