Adobe InDesign CS4 (6.0) Object Model JS: PreflightRuleFlag
From InDesign CS4
The flag indicating whether the rule is disabled, set for error, warning, or just informational.
Value
| Name | Description | Value |
|---|---|---|
| PreflightRuleFlag.RETURN_AS_ERROR | Treat as error if rule check failed. | 1699890546 = 'eREr' |
| PreflightRuleFlag.RETURN_AS_INFORMATIONAL | Treat as information only if rule check failed. | 1699893865 = 'eRRi' |
| PreflightRuleFlag.RETURN_AS_WARNING | Treat as warning if rule check failed. | 1699893879 = 'eRRw' |
| PreflightRuleFlag.RULE_IS_DISABLED | Rule is currently disabled. | 1699890274 = 'eRDb' |
Usage
As property
PreflightProfileRule.flag
| Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |