Class
ObjectStyleObjectEffectsCategorySettings |
| Object style object effects category settings. Base Class: Preference |
QuickLinks |
getElements, toSource, toSpecifier |
Hierarchy
|
ObjectStyleObjectEffectsCategorySettings |
|
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 ObjectStyleObjectEffectsCategorySettings (a ObjectStyle). |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
|
Methods
| InstancesArray 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 ()
|