PreflightProfiles
A collection of preflight profiles.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
PreflightProfile [] (index:Number)
Returns the PreflightProfile with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
PreflightProfile add (withProperties:Object)
Creates a new PreflightProfile.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new PreflightProfile (Optional) |
PreflightProfile anyItem ()
Returns any PreflightProfile in the collection.
Number count ()
Displays the number of elements in the PreflightProfile.
PreflightProfile everyItem ()
Returns every PreflightProfile in the collection.
PreflightProfile firstItem ()
Returns the first PreflightProfile in the collection.
PreflightProfile item (index:Varies LongInteger String)
Returns the PreflightProfile with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
PreflightProfile itemByID (id:Number)
Returns the PreflightProfile with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
PreflightProfile itemByName (name:String)
Returns the PreflightProfile with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
PreflightProfile itemByRange (from:Varies LongInteger PreflightProfile String, to:Varies LongInteger PreflightProfile String)
Returns the PreflightProfiles within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The PreflightProfile, index, or name at the beginning of the range. Can accept: PreflightProfile, Long Integer or String. |
to |
LongInteger |
The PreflightProfile, index, or name at the end of the range. Can accept: PreflightProfile, Long Integer or String. |
PreflightProfile lastItem ()
Returns the last PreflightProfile in the collection.
PreflightProfile middleItem ()
Returns the middle PreflightProfile in the collection.
PreflightProfile nextItem (obj:PreflightProfile)
Returns the PreflightProfile whose index follows the specified PreflightProfile in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The PreflightProfile whose index comes before the desired PreflightProfile. |
PreflightProfile previousItem (obj:PreflightProfile)
Returns the PreflightProfile with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the PreflightProfile that follows the desired PreflightProfile. |
String toSource ()
Generates a string which, if executed, will return the PreflightProfile.
Object of
Application.preflightProfiles
Document.preflightProfiles