PreflightProfileRules
See also PreflightProfileRule.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
PreflightProfileRule [] (index:
number)
Returns the PreflightProfileRule with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
any add (id:
string[, withProperties:
Object])
Adds a new preflight rule to the profile.
Parameter | Type | Description |
---|---|---|
id | string | The ID of the rule to be added |
withProperties | Object | Initial values for properties of the new PreflightProfileRule (Optional) |
PreflightProfileRule anyItem ()
Returns any PreflightProfileRule in the collection.
number count ()
Displays the number of elements in the PreflightProfileRule.
Array of PreflightProfileRule everyItem ()
Returns every PreflightProfileRule in the collection.
PreflightProfileRule firstItem ()
Returns the first PreflightProfileRule in the collection.
PreflightProfileRule item (index:
varies)
Returns the PreflightProfileRule with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
PreflightProfileRule itemByID (id:
number)
Returns the PreflightProfileRule with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
PreflightProfileRule itemByName (name:
string)
Returns the PreflightProfileRule with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of PreflightProfileRule itemByRange (from:
varies, to:
varies)
Returns the PreflightProfileRules within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer PreflightProfileRule String | The PreflightProfileRule, index, or name at the beginning of the range. Can accept: PreflightProfileRule, Long Integer or String. |
to | Long Integer PreflightProfileRule String | The PreflightProfileRule, index, or name at the end of the range. Can accept: PreflightProfileRule, Long Integer or String. |
PreflightProfileRule lastItem ()
Returns the last PreflightProfileRule in the collection.
PreflightProfileRule middleItem ()
Returns the middle PreflightProfileRule in the collection.
PreflightProfileRule nextItem (obj:
PreflightProfileRule)
Returns the PreflightProfileRule whose index follows the specified PreflightProfileRule in the collection.
Parameter | Type | Description |
---|---|---|
obj | PreflightProfileRule | The PreflightProfileRule whose index comes before the desired PreflightProfileRule. |
PreflightProfileRule previousItem (obj:
PreflightProfileRule)
Returns the PreflightProfileRule with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | PreflightProfileRule | The index of the PreflightProfileRule that follows the desired PreflightProfileRule. |
string toSource ()
Generates a string which, if executed, will return the PreflightProfileRule.
Element of
PreflightProfile.preflightProfileRules
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |