PreflightRules
A collection of preflight rules.
Go to Property Listing | Method Listing
Methods:
[], 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
PreflightRule [] (index:Number)
Returns the PreflightRule with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
PreflightRule anyItem ()
Returns any PreflightRule in the collection.
Number count ()
Displays the number of elements in the PreflightRule.
PreflightRule everyItem ()
Returns every PreflightRule in the collection.
PreflightRule firstItem ()
Returns the first PreflightRule in the collection.
PreflightRule item (index:Varies LongInteger String)
Returns the PreflightRule with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
PreflightRule itemByID (id:Number)
Returns the PreflightRule with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
PreflightRule itemByName (name:String)
Returns the PreflightRule with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
PreflightRule itemByRange (from:Varies LongInteger PreflightRule String, to:Varies LongInteger PreflightRule String)
Returns the PreflightRules within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The PreflightRule, index, or name at the beginning of the range. Can accept: PreflightRule, Long Integer or String. |
to |
LongInteger |
The PreflightRule, index, or name at the end of the range. Can accept: PreflightRule, Long Integer or String. |
PreflightRule lastItem ()
Returns the last PreflightRule in the collection.
PreflightRule middleItem ()
Returns the middle PreflightRule in the collection.
PreflightRule nextItem (obj:PreflightRule)
Returns the PreflightRule whose index follows the specified PreflightRule in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The PreflightRule whose index comes before the desired PreflightRule. |
PreflightRule previousItem (obj:PreflightRule)
Returns the PreflightRule with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the PreflightRule that follows the desired PreflightRule. |
String toSource ()
Generates a string which, if executed, will return the PreflightRule.
Object of
Application.preflightRules