MixedInkGroup
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
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
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
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:
varies)
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) |
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the MixedInkGroup.
Element of
MixedInk.baseColor
Used in:
MixedInkGroup MixedInkGroups.nextItem (obj: MixedInkGroup)
MixedInkGroup MixedInkGroups.previousItem (obj: MixedInkGroup)
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: varies)
MixedInkGroup MixedInkGroups.itemByID (id: number)
MixedInkGroup MixedInkGroups.itemByName (name: string)
Array of MixedInkGroup MixedInkGroups.itemByRange (from: varies, to: varies)
MixedInkGroup MixedInkGroups.lastItem ()
MixedInkGroup MixedInkGroups.middleItem ()
MixedInkGroup MixedInkGroups.nextItem (obj: MixedInkGroup)
MixedInkGroup MixedInkGroups.previousItem (obj: MixedInkGroup)
Jongware, 28-Apr-2012 v3.0.3h | Contents :: Index |