PreflightProcesses
A collection of preflight processes.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
PreflightProcess add( Document targetObject, PreflightProfile appliedProfile, PreflightOption preflightOptions, Object withProperties )
Adds a new preflight process.
Parameters
Number count()
Displays the number of elements in the PreflightProcess.
PreflightProcess item( Mixed index )
Returns the PreflightProcess with the specified index or name.
Parameters
PreflightProcess itemByRange( Mixed from, Mixed to )
Returns the PreflightProcesses within the specified range.
Parameters
PreflightProcess firstItem()
Returns the first PreflightProcess in the collection.
PreflightProcess lastItem()
Returns the last PreflightProcess in the collection.
PreflightProcess middleItem()
Returns the middle PreflightProcess in the collection.
PreflightProcess previousItem( PreflightProcess obj )
Returns the PreflightProcess with the index previous to the specified index.
Parameters
PreflightProcess nextItem( PreflightProcess obj )
Returns the PreflightProcess whose index follows the specified PreflightProcess in the collection.
Parameters
PreflightProcess anyItem()
Returns any PreflightProcess in the collection.
PreflightProcess everyItem()
Returns every PreflightProcess in the collection.
String toSource()
Generates a string which, if executed, will return the PreflightProcess.
PreflightProcess []( Number index )
Returns the PreflightProcess with the specified index.