Adobe InDesign CS3 (5.0) Object Model JS: ObjectStyleObjectEffectsCategorySettings
From InDesign CS3
Class
ObjectStyleObjectEffectsCategorySettings
Object style object effects category settings.QuickLinks
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. |
| parent | ObjectStyle | readonly | The parent of the ObjectStyleObjectEffectsCategorySettings (a ObjectStyle). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array
of ObjectStyleObjectEffectsCategorySettings getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ObjectStyleObjectEffectsCategorySettings.
string toSpecifier ()
Retrieves the object specifier.
Element of
ObjectStyle.objectEffectsEnablingSettings
Return
Array of ObjectStyleObjectEffectsCategorySettings ObjectStyleObjectEffectsCategorySettings.getElements ()
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |