Adobe InDesign CS4 (6.0) Object Model JS: ObjectStyleStrokeEffectsCategorySettings
From InDesign CS4
Class
ObjectStyleStrokeEffectsCategorySettings
Object style stroke effects category settings. Base Class: PreferenceQuickLinks
getElements, toSource, toSpecifierHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| enableBevelEmboss | bool | r/w | If true, the object style will apply bevel emboss. |
| enableDirectionalFeather | bool | r/w | If true, the object style will apply directional feathering. |
| enableDropShadow | bool | r/w | If true, the object style will apply drop shadows. |
| enableFeather | bool | r/w | If true, the object style will apply feathering. |
| enableGradientFeather | bool | r/w | If true, the object style will apply gradient feathering. |
| enableInnerGlow | bool | r/w | If true, the object style will apply inner glow. |
| enableInnerShadow | bool | r/w | If true, the object style will apply inner shadows. |
| enableOuterGlow | bool | r/w | If true, the object style will apply outer glow. |
| enableSatin | bool | r/w | If true, the object style will apply satin. |
| enableTransparency | bool | r/w | If true, the object style will apply transparency settings. |
| isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
| parent | ObjectStyle | readonly | The parent of the ObjectStyleStrokeEffectsCategorySettings (a ObjectStyle). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array of ObjectStyleStrokeEffectsCategorySettings getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ObjectStyleStrokeEffectsCategorySettings.
string toSpecifier ()
Retrieves the object specifier.
Element of
ObjectStyle.strokeEffectsEnablingSettings
Return
Array of ObjectStyleStrokeEffectsCategorySettings ObjectStyleStrokeEffectsCategorySettings.getElements ()
| Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |