Adobe InDesign CS3 (5.0) Object Model JS: BlendingSetting

InDesign CS3

Class

BlendingSetting

 Basic object blending settings.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

ContentTransparencySetting | FillTransparencySetting | StrokeTransparencySetting | TransparencySetting
BlendingSetting

Properties

PropertyTypeAccessDescription
blendModeBlendModeNothingEnum r/wThe blending mode for controlling how the base color interacts with the color of the BlendingSetting. Can return: BlendMode enumerator or NothingEnum enumerator.
isolateBlendingBoolean
NothingEnum
r/wIf true, blending is applied only to the group. If false, blending includes all objects beneath the group. Can return: Boolean or NothingEnum enumerator.
knockoutGroupBoolean
NothingEnum
r/wIf true, the BlendingSetting is a knockout group. Can return: Boolean or NothingEnum enumerator.
opacityNothingEnum
Real (0 - 100)
r/wThe fill opacity of the BlendingSetting (as a percentage). (Range: 0 to 100). Can return: Real (0 - 100) or NothingEnum enumerator.
parentContentTransparencySetting
FillTransparencySetting
StrokeTransparencySetting
TransparencySetting
readonlyThe parent of the BlendingSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting).
propertiesObject r/wA property that allows setting of several properties at the same time.

Methods

Instances

Array of BlendingSetting getElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the BlendingSetting.

string toSpecifier ()
Retrieves the object specifier.

Element of

ContentTransparencySetting.blendingSettings

FillTransparencySetting.blendingSettings

StrokeTransparencySetting.blendingSettings

TransparencySetting.blendingSettings

Return

Array of BlendingSetting BlendingSetting.getElements ()

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