An ink.
ink properties
| Property | Type | Access | Description |
|---|---|---|---|
| alias ink name | string | r/w | The ink’s alias ink. |
| angle | fixed (0 – 360) | r/w | The angle of the ink. |
| class | integer | read | The class descriptor type. |
| convert to process | boolean | r/w | Convert spot ink to process. |
| frequency | fixed (1 – 500) | r/w | The frequency of the ink. |
| id | integer | read | A unique number identifying the object. |
| index | integer | read | Index of the object within its parent object. |
| ink type | ink types enumeration | r/w | The ink’s trapping type. |
| is process ink | boolean | read | Is this ink a process ink. |
| label | string | r/w | A label that can be set to any string. |
| name | string | read | The name of the object. |
| neutral density | fixed (0.001 – 10) | r/w | The neutral density of the ink. |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| print ink | boolean | r/w | Print the ink. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
| solidity | fixed (0 – 1) | read | The solidity value of the ink. |
| trap order | integer | r/w | The trapping order of the ink. |
ink methods
| Method | Returns | Description |
|---|---|---|
| extract label | string | Gets the content of the label associated with the specified key (name). |
| insert label | Nothing | Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |