Enumeration
InkTypes
Ink trapping type options.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 1852797549 | readonly | Uses traditional process inks and most spot inks. | |
| Number = 1769230192 | readonly | Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. Best for metallic inks. | |
| Number = 1769228647 | readonly | 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. | |
| Number = 1769231474 | readonly | Uses clear inks to ensure that underlying items trap. Best for varnishes and dieline inks. |
Object of 1
Properties elsewhere that hold an InkTypes value.