InDesign Server2025
API 20.5.0.49
Collection of MixedInkGroup

MixedInkGroups

A collection of mixed ink groups.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

MixedInkGroup

Returns the MixedInkGroup with the specified index.

index Number The index.
MixedInkGroup

Creates a new mixed ink group.

inkList Ink[] The inks to include in the mix.
inkPercentages? Number[] 0–100 The percent of each ink in the ink list. (Range: 0 to 100 for each ink)
repeatValues? Number[] 0–100 The number of repetitions for each ink in the ink list. (Range: 0 to 100 for each ink)
incrementValues? Number[] 0–100 The increment percent per repetition for each ink. (Range: 0 to 100) Note: The cumulative ink percentage per ink cannot exceed 100.)
withProperties? Object Initial values for properties of the new MixedInkGroup
MixedInkGroup

Returns any MixedInkGroup in the collection.

Number

Displays the number of elements in the MixedInkGroup.

MixedInkGroup[]

Returns every MixedInkGroup in the collection.

MixedInkGroup

Returns the first MixedInkGroup in the collection.

MixedInkGroup

Returns the MixedInkGroup with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
MixedInkGroup

Returns the MixedInkGroup with the specified ID.

id Number The ID.
MixedInkGroup

Returns the MixedInkGroup with the specified name.

name String The name.
MixedInkGroup[]

Returns the MixedInkGroups within the specified range.

from LongInteger | MixedInkGroup | String The MixedInkGroup, index, or name at the beginning of the range. Can accept: MixedInkGroup, Long Integer or String.
to LongInteger | MixedInkGroup | String The MixedInkGroup, index, or name at the end of the range. Can accept: MixedInkGroup, Long Integer or String.
MixedInkGroup

Returns the last MixedInkGroup in the collection.

MixedInkGroup

Returns the middle MixedInkGroup in the collection.

MixedInkGroup

Returns the MixedInkGroup whose index follows the specified MixedInkGroup in the collection.

obj MixedInkGroup The MixedInkGroup whose index comes before the desired MixedInkGroup.
MixedInkGroup

Returns the MixedInkGroup with the index previous to the specified index.

obj MixedInkGroup The index of the MixedInkGroup that follows the desired MixedInkGroup.
String

Generates a string which, if executed, will return the MixedInkGroup.

Object of 2

Properties elsewhere that hold a MixedInkGroups.