-
add( |
targetObject, appliedProfile [, preflightOptions] [, withProperties]) |
→ PreflightProcess |
-
Adds a new preflight process.
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)
|
-
-
Returns any PreflightProcess in the collection.
-
-
Displays the number of elements in the PreflightProcess.
-
-
Returns every PreflightProcess in the collection.
-
-
Returns the first PreflightProcess in the collection.
-
-
Returns the PreflightProcess with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the PreflightProcesses within the specified range.
from
|
The PreflightProcess, index, or name at the beginning of the range. Can accept: PreflightProcess, Long Integer or String.
|
to
|
The PreflightProcess, index, or name at the end of the range. Can accept: PreflightProcess, Long Integer or String.
|
-
-
Returns the last PreflightProcess in the collection.
-
-
Returns the middle PreflightProcess in the collection.
-
-
Returns the PreflightProcess whose index follows the specified PreflightProcess in the collection.
obj
|
PreflightProcess
The PreflightProcess whose index comes before the desired PreflightProcess.
|
-
-
Returns the PreflightProcess with the index previous to the specified index.
obj
|
PreflightProcess
The index of the PreflightProcess that follows the desired PreflightProcess.
|
-
-
Generates a string which, if executed, will return the PreflightProcess.