MixedInks
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
MixedInk [] (index:
number)
Returns the MixedInk with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
MixedInk add (inkList:
any, inkPercentages:
Array of number[, withProperties:
Object])
Creates a new mixed ink swatch.
Parameter | Type | Description |
---|---|---|
inkList | Array of Inks MixedInkGroup | The inks to mix. Note: Must contain at least two process inks and one spot ink. Can accept: Array of Inks or MixedInkGroup. |
inkPercentages | Array of number | The percent to use of each ink in the ink list. (Range: 0 to 100 for each ink) |
withProperties | Object | Initial values for properties of the new MixedInk (Optional) |
MixedInk anyItem ()
Returns any MixedInk in the collection.
number count ()
Displays the number of elements in the MixedInk.
Array of MixedInk everyItem ()
Returns every MixedInk in the collection.
MixedInk firstItem ()
Returns the first MixedInk in the collection.
MixedInk item (index:
any)
Returns the MixedInk with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
MixedInk itemByID (id:
number)
Returns the MixedInk with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
MixedInk itemByName (name:
string)
Returns the MixedInk with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of MixedInk itemByRange (from:
any, to:
any)
Returns the MixedInks within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer MixedInk String | The MixedInk, index, or name at the beginning of the range. Can accept: MixedInk, Long Integer or String. |
to | Long Integer MixedInk String | The MixedInk, index, or name at the end of the range. Can accept: MixedInk, Long Integer or String. |
MixedInk lastItem ()
Returns the last MixedInk in the collection.
MixedInk middleItem ()
Returns the middle MixedInk in the collection.
MixedInk nextItem (obj:
MixedInk)
Returns the MixedInk whose index follows the specified MixedInk in the collection.
Parameter | Type | Description |
---|---|---|
obj | MixedInk | The MixedInk whose index comes before the desired MixedInk. |
MixedInk previousItem (obj:
MixedInk)
Returns the MixedInk with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | MixedInk | The index of the MixedInk that follows the desired MixedInk. |
string toSource ()
Generates a string which, if executed, will return the MixedInk.
Element of
Application.mixedInks
Document.mixedInks
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |