PreflightRule
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
description | string | readonly | The description of the PreflightRule. |
fullFeature | bool | r/w | If true, the preflight rule is fully supported. |
id | string | readonly | The rule ID for this rule. |
index | number | readonly | The index of the PreflightRule within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
name | string | readonly | The name of the PreflightRule. |
parent | Application | readonly | The parent of the PreflightRule (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array of PreflightRule getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the PreflightRule.
string toSpecifier ()
Retrieves the object specifier.
Used in:
array of PreflightRule PreflightRules.itemByRange (from: any, to: any)
PreflightRule PreflightRules.nextItem (obj: PreflightRule)
PreflightRule PreflightRules.previousItem (obj: PreflightRule)
Return
Array of PreflightRule PreflightRule.getElements ()
PreflightRule PreflightRules.[] (index: number)
PreflightRule PreflightRules.anyItem ()
Array of PreflightRule PreflightRules.everyItem ()
PreflightRule PreflightRules.firstItem ()
PreflightRule PreflightRules.item (index: any)
PreflightRule PreflightRules.itemByName (name: string)
Array of PreflightRule PreflightRules.itemByRange (from: any, to: any)
PreflightRule PreflightRules.lastItem ()
PreflightRule PreflightRules.middleItem ()
PreflightRule PreflightRules.nextItem (obj: PreflightRule)
PreflightRule PreflightRules.previousItem (obj: PreflightRule)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |