PreflightProcesses
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
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.
Array of PreflightProcess everyItem ()
Returns every PreflightProcess in the collection.
PreflightProcess firstItem ()
Returns the first PreflightProcess in the collection.
PreflightProcess item (index:
any)
Returns the PreflightProcess with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
PreflightProcess itemByName (name:
string)
Returns the PreflightProcess with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of PreflightProcess itemByRange (from:
any, to:
any)
Returns the PreflightProcesses within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer PreflightProcess String | The PreflightProcess, index, or name at the beginning of the range. Can accept: PreflightProcess, Long Integer or String. |
to | Long Integer 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.
Element of
Application.preflightProcesses
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |