Class
getElements, toSource, toSpecifier
GradientFeatherSetting
Gradient feather effect settings. Base Class: Preference
Superclass of FindChangeGradientFeatherSetting
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
angle | number (range: -180 - 180) | r/w | The angle of the gradient feather. |
applied | bool | r/w | If true, the gradient feather effect is applied. |
gradientStart | Array of Measurement Unit (Number or String) | r/w | 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]. |
hiliteAngle | number | r/w | The hilite angle of the radial gradient feather. |
hiliteLength | Measurement Unit (Number or String) | r/w | The hilite length of the radial gradient feather. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
length | Measurement Unit (Number or String) | r/w | The length of the axial gradient, or radius of the radial gradient. |
opacityGradientStops | OpacityGradientStops | readonly | A collection of opacity gradient stops. |
parent | ContentTransparencySettingFillTransparencySetting StrokeTransparencySetting TransparencySetting |
readonly | The parent of the GradientFeatherSetting (a TransparencySetting, StrokeTransparencySetting, FillTransparencySetting or ContentTransparencySetting). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
type | GradientType: GradientType.LINEAR GradientType.RADIAL |
r/w | The type of gradient. |
Methods
Instances
Array of GradientFeatherSetting getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the GradientFeatherSetting.
string toSpecifier ()
Retrieves the object specifier.
Element of
ContentTransparencySetting.gradientFeatherSettings
FillTransparencySetting.gradientFeatherSettings
OpacityGradientStop.parent
StrokeTransparencySetting.gradientFeatherSettings
TransparencySetting.gradientFeatherSettings
Return
Array of GradientFeatherSetting GradientFeatherSetting.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |