Adobe InDesign CS (3.0) Object Model JS: InkTypes
From InDesign CS
Ink trapping type options.
Value
| Name | Description | Value |
|---|---|---|
| InkTypes.NORMAL | Uses traditional process inks and most spot inks. | 1852797549 = 'norm' |
| InkTypes.OPAQUE | Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. Best for metallic inks. | 1769230192 = 'itOp' |
| InkTypes.OPAQUE_IGNORE | Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. Best for inks that have undesirable interactions with other inks. | 1769228647 = 'itIg' |
| InkTypes.TRANSPARENT | Uses clear inks to ensure that underlying items trap. Best for varnishes and dieline inks. | 1769231474 = 'itTr' |
Usage
As property
Ink.inkType
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |