Ink
An ink.
Go to Property Listing | Method Listing
Methods:
addEventListener, extractLabel, getElements, insertLabel, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, InkTypes, Number, Object, String
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The ink object to map this ink to. |
||
Number (range 0 - 360) |
read/write |
The angle of the ink. (Range: 0 to 360) |
|
read/write |
Converts spot inks to process inks. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
Number (range 1 - 500) |
read/write |
The frequency of the ink. (Range: 1 to 500) |
|
readonly |
The unique ID of the Ink. |
||
readonly |
The index of the Ink within its containing object. |
||
read/write |
The trapping type of the ink. |
||
readonly |
If true, the ink is a process ink. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
A property that can be set to any string. |
||
readonly |
The name of the Ink. |
||
Number (range 0.001 - 10) |
read/write |
The neutral density of the ink. (Range: 0.001 to 10.0) |
|
readonly |
The parent of the Ink (a Application or Document). |
||
read/write |
If true, prints the ink. Only valid when printing separations. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
Number (range 0 - 1) |
readonly |
The solidity value of the ink. (Range: 0.0 to 1.0) |
|
read/write |
The place of the ink in the trapping sequence. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String extractLabel (key:String)
Gets the label value associated with the specified key.
Parameter |
Type |
Description |
---|---|---|
key |
The key. |
Ink getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the Ink.
String toSpecifier ()
Retrieves the object specifier.
Object of
MixedInk.inkList
MixedInkGroup.inkList
Event.parent
EventListener.parent
MutationEvent.parent