Ink
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
aliasInkName | string | r/w | The ink object to map this ink to. |
angle | number (range: 0 - 360) | r/w | The angle of the ink. (Range: 0 to 360) |
convertToProcess | bool | r/w | Converts spot inks to process inks. |
frequency | number (range: 1 - 500) | r/w | The frequency of the ink. (Range: 1 to 500) |
id | number | readonly | The unique ID of the Ink. |
index | number | readonly | The index of the Ink within its containing object. |
inkType | InkTypes: InkTypes.NORMAL InkTypes.OPAQUE InkTypes.TRANSPARENT InkTypes.OPAQUE_IGNORE |
r/w | The trapping type of the ink. |
isProcessInk | bool | readonly | If true, the ink is a process ink. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
label | string | r/w | A property that can be set to any string. |
name | string | readonly | The name of the Ink. |
neutralDensity | number (range: 0.001 - 10) | r/w | The neutral density of the ink. (Range: 0.001 to 10.0) |
parent | Application Document |
readonly | The parent of the Ink (a Application or Document). |
printInk | bool | r/w | If true, prints the ink. Only valid when printing separations. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
solidity | number (range: 0 - 1) | readonly | The solidity value of the ink. (Range: 0.0 to 1.0) |
trapOrder | number | r/w | The place of the ink in the trapping sequence. |
Methods
Instances
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
Array of Ink getElements ()
Resolves the object specifier, creating an array of object references.
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
string toSource ()
Generates a string which, if executed, will return the Ink.
string toSpecifier ()
Retrieves the object specifier.
Element of
MixedInk.inkList
MixedInkGroup.inkList
Used in:
array of Ink Inks.itemByRange (from: any, to: any)
Ink Inks.nextItem (obj: Ink)
Ink Inks.previousItem (obj: Ink)
MixedInkGroup MixedInkGroups.add (inkList: Array of Ink[, inkPercentages: Array of number][, repeatValues: Array of number][, incrementValues: Array of number][, withProperties: Object])
Return
Array of Ink Ink.getElements ()
Ink Inks.[] (index: number)
Ink Inks.anyItem ()
Array of Ink Inks.everyItem ()
Ink Inks.firstItem ()
Ink Inks.item (index: any)
Ink Inks.itemByID (id: number)
Ink Inks.itemByName (name: string)
Array of Ink Inks.itemByRange (from: any, to: any)
Ink Inks.lastItem ()
Ink Inks.middleItem ()
Ink Inks.nextItem (obj: Ink)
Ink Inks.previousItem (obj: Ink)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |