Class
Gradient feather effect settings.
getElements, toSource, toSpecifier
GradientFeatherSetting
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
angle | NothingEnumReal (-180 - 180) | r/w | The angle of the gradient feather. Can return: Real (-180 - 180) or NothingEnum enumerator. |
applied | Boolean NothingEnum |
r/w | If true, the gradient feather effect is applied. Can return: Boolean or NothingEnum enumerator. |
gradientStart | 2 Units NothingEnum |
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]. Can return: Array of 2 Units or NothingEnum enumerator. |
hiliteAngle | NothingEnum Real |
r/w | The hilite angle of the radial gradient feather. Can return: Real or NothingEnum enumerator. |
hiliteLength | NothingEnum Unit |
r/w | The hilite length of the radial gradient feather. Can return: Unit or NothingEnum enumerator. |
length | NothingEnum Unit |
r/w | The length of the axial gradient, or radius of the radial gradient. Can return: Unit or NothingEnum enumerator. |
opacityGradientStops | OpacityGradientStops | readonly | A collection of opacity gradient stops. |
parent | ContentTransparencySetting FillTransparencySetting 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 NothingEnum |
r/w | The type of gradient. Can return: GradientType enumerator or NothingEnum enumerator. |
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.
Element of
ContentTransparencySetting.gradientFeatherSettings
FillTransparencySetting.gradientFeatherSettings
OpacityGradientStop.parent
StrokeTransparencySetting.gradientFeatherSettings
TransparencySetting.gradientFeatherSettings
Return
Array of GradientFeatherSetting GradientFeatherSetting.getElements ()
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |