Adobe InDesign CS (3.0) Object Model JS: TagTransparency
From InDesign CS
Options for specifying how tranparencies are displayed.
Value
| Name | Description | Value |
|---|---|---|
| TagTransparency.DEFAULT_VALUE | Uses the default setting. For information, see display performance preferences. | 1147563124 = 'Dflt' |
| TagTransparency.HIGH_QUALITY | Displays higher-resolution (144 dpi) drop shadows and feathers, CMYK mattes, and spread isolation. | 1346922866 = 'PHir' |
| TagTransparency.LOW_QUALITY | Displays basic transparency (opacity and blend modes) and shows transparency effects such as drop shadow and feathering in a low-resolution approximation. Note: Does not isolate page content from the background. Objects with blend modes other than Normal might appear different in other applications and output. | 1481666146 = 'XPnb' |
| TagTransparency.MEDIUM_QUALITY | Displays drop shadows and feathering in low resolution. | 1481663597 = 'XPdm' |
| TagTransparency.OFF | Turns off the on-screen display of transparency. Note: Does not turn off transparency when printing or exporting the file. | 1330005536 = 'OFF ' |
Usage
As property
DisplaySetting.transparency
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |