MixedInkGroup

A mixed ink group.

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.
label string r/w A property that can be set to any string.
model ColorModel
:
SPOT
PROCESS
REGISTRATION
MIXEDINKMODEL
r/w The color model.
name string r/w The name of the MixedInkGroup.
parent any 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

MixedInkGroupduplicate ()
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 MixedInkGroupgetElements ()
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.

Swatchmerge (with:
any)
Merges the specified swatches with the swatch.

Parameter Type Description
with Array of Swatches
Swatch
String
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:

MixedInkGroups.previousItem (

obj:
MixedInkGroup )

MixedInkGroups.nextItem (

obj:
MixedInkGroup )

Returned by:

MixedInkGroup MixedInkGroup .duplicate (

)

Array of MixedInkGroup MixedInkGroup .getElements (

)

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
)

Leave a Comment

Previous post:

Next post: