Adobe InDesign CS4 (6.0) Object Model JS: PreflightRule

InDesign CS4

Class

PreflightRule

 A preflight rule

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
PreflightRule

Properties

PropertyTypeAccessDescription
descriptionstring readonlyThe description of the PreflightRule.
fullFeaturebool r/wIf true, the preflight rule is fully supported.
idstring readonlyThe rule ID for this rule.
indexnumber readonlyThe index of the PreflightRule within its containing object.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
namestring readonlyThe name of the PreflightRule.
parentApplication readonlyThe parent of the PreflightRule (a Application).
propertiesObject r/wA 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.3dContents :: Index