InDesign2026
API 21.5.1.73
Object

GradientFeatherSetting

Gradient feather effect settings.

Preference GradientFeatherSetting

Properties

NameType AccessDescription
Number -180–180 read/write The angle of the gradient feather.
Boolean read/write If true, the gradient feather effect is applied.
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
Number[] | String[] unit read/write The center point (for a radial gradient) or starting point (for a linear gradient) applied to the fill, as page coordinates in the format [x, y].
Number read/write The hilite angle of the radial gradient feather.
Number | String unit read/write The hilite length of the radial gradient feather.
Boolean readonly Returns true if the object specifier resolves to valid objects.
Number | String unit read/write The length of the axial gradient, or radius of the radial gradient.
OpacityGradientStops<OpacityGradientStop> readonly A collection of opacity gradient stops.
FillTransparencySetting | StrokeTransparencySetting | ContentTransparencySetting | TransparencySetting readonly The parent of the GradientFeatherSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting).
Object read/write A property that allows setting of several properties at the same time.
GradientType
read/write The type of gradient.

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.
GradientFeatherSetting[]

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

String

Retrieves the object specifier.

Object of 8

Properties elsewhere that hold a GradientFeatherSetting.

Return 1

Methods that return a GradientFeatherSetting.