MixedInkGroup
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
id | number | readonly | The unique ID of the MixedInkGroup. |
index | number | readonly | The index of the MixedInkGroup within its containing object. |
inkList | Array of Ink | readonly | The component inks. |
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. |
model | ColorModel: ColorModel.SPOT ColorModel.PROCESS ColorModel.REGISTRATION ColorModel.MIXEDINKMODEL |
r/w | The color model. |
name | string | r/w | The name of the MixedInkGroup. |
parent | Application Document |
readonly | The parent of the MixedInkGroup (a Application or Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
MixedInkGroup duplicate ()
Duplicates the MixedInkGroup.
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
Array of MixedInkGroup 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. |
Swatch merge (with:
any)
Merges the specified swatches with the swatch.
Parameter | Type | Description |
---|---|---|
with | Array of Swatches String Swatch | The swatches to merge. Can accept: Array of Swatches, Swatch or String. |
void remove ([replacingWith:
Swatch])
Deletes the swatch.
Parameter | Type | Description |
---|---|---|
replacingWith | Swatch | The swatch to apply in place of the deleted swatch. (Optional) |
string toSource ()
Generates a string which, if executed, will return the MixedInkGroup.
string toSpecifier ()
Retrieves the object specifier.
Element of
MixedInk.baseColor
Used in:
array of MixedInkGroup MixedInkGroups.itemByRange (from: any, to: any)
MixedInkGroup MixedInkGroups.nextItem (obj: MixedInkGroup)
MixedInkGroup MixedInkGroups.previousItem (obj: MixedInkGroup)
MixedInk MixedInks.add (inkList: any, inkPercentages: Array of number[, withProperties: Object])
Return
MixedInkGroup MixedInkGroup.duplicate ()
Array of MixedInkGroup MixedInkGroup.getElements ()
MixedInkGroup MixedInkGroups.[] (index: number)
MixedInkGroup MixedInkGroups.add (inkList: Array of Ink[, inkPercentages: Array of number][, repeatValues: Array of number][, incrementValues: Array of number][, withProperties: Object])
MixedInkGroup MixedInkGroups.anyItem ()
Array of MixedInkGroup MixedInkGroups.everyItem ()
MixedInkGroup MixedInkGroups.firstItem ()
MixedInkGroup MixedInkGroups.item (index: any)
MixedInkGroup MixedInkGroups.itemByID (id: number)
MixedInkGroup MixedInkGroups.itemByName (name: string)
Array of MixedInkGroup MixedInkGroups.itemByRange (from: any, to: any)
MixedInkGroup MixedInkGroups.lastItem ()
MixedInkGroup MixedInkGroups.middleItem ()
MixedInkGroup MixedInkGroups.nextItem (obj: MixedInkGroup)
MixedInkGroup MixedInkGroups.previousItem (obj: MixedInkGroup)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |