Adobe InDesign CS (3.0) Object Model JS: MixedInkGroups

InDesign CS

Class

MixedInkGroups

 A collection of mixed ink groups.

QuickLinks

add, count

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

MixedInkGroup add (inkList: Array of Ink[, inkPercentages: Array of number][, repeatValues: Array of number][, incrementValues: Array of number][, withProperties: Object])
Creates a new mixed ink group.

ParameterTypeDescription
inkList Array of InkThe inks to include in the mix.
inkPercentages Array of numberThe percent of each ink in the ink list. (Range: 0 to 100 for each ink) (Optional)
repeatValues Array of numberThe number of repetitions for each ink in the ink list. (Range: 0 to 100 for each ink) (Optional)
incrementValues Array of numberThe increment percent per repetition for each ink. (Range: 0 to 100) Note: The cumulative ink percentage per ink cannot exceed 100.) (Optional)
withPropertiesObjectInitial values for properties of the new MixedInkGroup (Optional)

number count ()
Displays the number of elements in the MixedInkGroup.

Element of

Application.mixedInkGroups

Document.mixedInkGroups

Jongware, 27-Jun-2010 v3.0.3dContents :: Index