PreflightProcesses
A collection of preflight processes.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
PreflightProcess [] (index:Number)
Returns the PreflightProcess with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
PreflightProcess add (targetObject:Document, appliedProfile:PreflightProfile, preflightOptions:PreflightOption, withProperties:Object)
Adds a new preflight process.
Parameter |
Type |
Description |
---|---|---|
targetObject |
The document the process should inspect. |
|
appliedProfile |
The preflight profile that should be used. |
|
preflightOptions |
The preflight options that should be used. (Optional) |
|
withProperties |
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 |
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 |
The PreflightProcess, index, or name at the beginning of the range. Can accept: PreflightProcess, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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