InDesign Server2025
API 20.5.0.49
Object

BlendingSetting

Basic object blending settings.

Preference BlendingSetting

Properties

NameType AccessDescription
BlendMode
+4 more
read/write The blending mode for controlling how the base color interacts with the color of the BlendingSetting.
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
Boolean readonly Returns true if the object specifier resolves to valid objects.
Boolean read/write If true, blending is applied only to the group. If false, blending includes all objects beneath the group.
Boolean read/write If true, the BlendingSetting is a knockout group.
Number 0–100 read/write The fill opacity of the BlendingSetting (as a percentage). (Range: 0 to 100)
FillTransparencySetting | StrokeTransparencySetting | ContentTransparencySetting | TransparencySetting readonly The parent of the BlendingSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting).
Object read/write A property that allows setting of several properties at the same time.

Methods

EventListener

Adds an event listener.

eventType String The event type.
handler File | JavaScriptFunction The event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
BlendingSetting[]

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

Boolean

Removes the event listener.

eventType String The registered event type.
handler File | JavaScriptFunction The registered event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
String

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

String

Retrieves the object specifier.

Object of 7

Properties elsewhere that hold a BlendingSetting.

Return 1

Methods that return a BlendingSetting.