MixedInkGroup

A mixed ink group.

Methods:

duplicate, extractLabel, getElements, insertLabel, merge, remove, toSource, toSpecifier

Objects:

ColorModel, Ink, Number, Object, String

Hierarchy:

Superclass: Swatch

Class: MixedInkGroup

Property Listing

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

read/write

A property that can be set to any string.

model

ColorModel

ColorModel.MIXEDINKMODEL

ColorModel.PROCESS

ColorModel.REGISTRATION

ColorModel.SPOT

read/write

The color model.

name

String

read/write

The name of the MixedInkGroup.

parent

Application

Document

readonly

The parent of the MixedInkGroup (a Application or Document).

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

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.

MixedInkGroup getElements ()

Resolves the object specifier, creating an array of object references.

undefined 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:Array of Varies Swatches Swatch String)

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.

undefined 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.

Object of

MixedInk.baseColor

Return

MixedInkGroups.add()

MixedInkGroup.duplicate()

MixedInkGroup.getElements()

MixedInkGroups.anyItem()

MixedInkGroups.everyItem()

MixedInkGroups.nextItem()

MixedInkGroups.previousItem()

MixedInkGroups.itemByID()

MixedInkGroups.item()

MixedInkGroups.itemByName()

MixedInkGroups.itemByRange()

MixedInkGroups.firstItem()

MixedInkGroups.lastItem()

MixedInkGroups.middleItem()