Adobe InDesign CS4 (6.0) Object Model JS: PreflightRuleFlag

InDesign CS4

 The flag indicating whether the rule is disabled, set for error, warning, or just informational.

Value

NameDescriptionValue
PreflightRuleFlag.RETURN_AS_ERRORTreat as error if rule check failed.1699890546 = 'eREr'
PreflightRuleFlag.RETURN_AS_INFORMATIONALTreat as information only if rule check failed.1699893865 = 'eRRi'
PreflightRuleFlag.RETURN_AS_WARNINGTreat as warning if rule check failed.1699893879 = 'eRRw'
PreflightRuleFlag.RULE_IS_DISABLEDRule is currently disabled.1699890274 = 'eRDb'

Usage

As property

PreflightProfileRule.flag

PreflightRuleInstance.flag

Jongware, 20-Jun-2010 v3.0.3dContents :: Index