Package | com.adobe.indesign |
Class | public class FindChangeBevelAndEmbossSetting |
Inheritance | FindChangeBevelAndEmbossSetting ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
altitude : Number [override]
The altitude of the light source. | FindChangeBevelAndEmbossSetting | ||
angle : Number [override]
The angle of the light source. | FindChangeBevelAndEmbossSetting | ||
applied : Boolean [override]
If true, the bevel or emboss effect is applied. | FindChangeBevelAndEmbossSetting | ||
depth : Number [override]
The depth of the bevel or emboss (as a percentage). | FindChangeBevelAndEmbossSetting | ||
direction : BevelAndEmbossDirection [override]
The direction of the bevel or emboss. | FindChangeBevelAndEmbossSetting | ||
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | FindChangeBevelAndEmbossSetting | ||
events : Events [override] [read-only]
A collection of events. | FindChangeBevelAndEmbossSetting | ||
highlightBlendMode : BlendMode [override]
The blending mode for the highlight portion of the effect. | FindChangeBevelAndEmbossSetting | ||
highlightColor : Swatch [override]
The color applied to the highlight portion of the effect, specified as a swatch (color, gradient, tint, or mixed ink), a color library color, a hex value, or as an array of color values. | FindChangeBevelAndEmbossSetting | ||
highlightOpacity : Number [override]
The opacity of the highlight portion of the effect (as a percentage). | FindChangeBevelAndEmbossSetting | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | FindChangeBevelAndEmbossSetting | ||
parent : Object [override] [read-only]
The parent of the FindChangeBevelAndEmbossSetting (a FindChangeTransparencySetting, FindChangeStrokeTransparencySetting, FindChangeFillTransparencySetting or FindChangeContentTransparencySetting). | FindChangeBevelAndEmbossSetting | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | FindChangeBevelAndEmbossSetting | ||
shadowBlendMode : BlendMode [override]
The blending mode for the shadow portion of the effect. | FindChangeBevelAndEmbossSetting | ||
shadowColor : Swatch [override]
The color applied to the shadow portion of the effect, specified as a swatch (color, gradient, tint, or mixed ink), a color library color, a hex value, or as an array of color values. | FindChangeBevelAndEmbossSetting | ||
shadowOpacity : Number [override]
The opacity of the shadow portion of the effect (as a percentage). | FindChangeBevelAndEmbossSetting | ||
size : Object [override]
The size of the bevel or emboss. | FindChangeBevelAndEmbossSetting | ||
soften : Object [override]
The amount (in pixels) of softening. | FindChangeBevelAndEmbossSetting | ||
style : BevelAndEmbossStyle [override]
The style of bevel or emboss. | FindChangeBevelAndEmbossSetting | ||
technique : BevelAndEmbossTechnique [override]
The edging technique of the bevel or emboss. | FindChangeBevelAndEmbossSetting | ||
useGlobalLight : Boolean [override]
If true, the global light source is used. | FindChangeBevelAndEmbossSetting |
Method | Defined By | ||
---|---|---|---|
![]() | addEventListenerBevelAndEmbossSetting(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | BevelAndEmbossSetting | |
addEventListenerFindChangeBevelAndEmbossSetting(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | FindChangeBevelAndEmbossSetting | ||
![]() | addEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | Preference | |
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
getElements():Object [override]
Resolves the object specifier, creating an array of object references. | FindChangeBevelAndEmbossSetting | ||
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
![]() | removeEventListenerBevelAndEmbossSetting(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | BevelAndEmbossSetting | |
removeEventListenerFindChangeBevelAndEmbossSetting(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | FindChangeBevelAndEmbossSetting | ||
![]() | removeEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | Preference | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
toSpecifier():String [override]
Retrieves the object specifier. | FindChangeBevelAndEmbossSetting | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
altitude | property |
altitude:Number
[override] Since : | CS5 |
The altitude of the light source. (Range: 0 to 90). Can return: Real (0 - 100) or NothingEnum enumerator.
public function get altitude():Number
public function set altitude(value:Number):void
angle | property |
angle:Number
[override] Since : | CS5 |
The angle of the light source. (Range: -180 to 180). Can return: Real (-180 - 180) or NothingEnum enumerator.
public function get angle():Number
public function set angle(value:Number):void
applied | property |
applied:Boolean
[override] Since : | CS5 |
If true, the bevel or emboss effect is applied. Can return: Boolean or NothingEnum enumerator.
public function get applied():Boolean
public function set applied(value:Boolean):void
depth | property |
depth:Number
[override] Since : | CS5 |
The depth of the bevel or emboss (as a percentage). (Range: 0 to 1000). Can return: Real (0 - 1000) or NothingEnum enumerator.
public function get depth():Number
public function set depth(value:Number):void
direction | property |
direction:BevelAndEmbossDirection
[override] Since : | CS5 |
The direction of the bevel or emboss. Can return: BevelAndEmbossDirection enumerator or NothingEnum enumerator.
public function get direction():BevelAndEmbossDirection
public function set direction(value:BevelAndEmbossDirection):void
eventListeners | property |
eventListeners:EventListeners
[read-only] [override] Since : | CS5 |
A collection of event listeners.
public function get eventListeners():EventListeners
events | property |
events:Events
[read-only] [override] Since : | CS5 |
A collection of events.
public function get events():Events
highlightBlendMode | property |
highlightBlendMode:BlendMode
[override] Since : | CS5 |
The blending mode for the highlight portion of the effect. Can return: BlendMode enumerator or NothingEnum enumerator.
public function get highlightBlendMode():BlendMode
public function set highlightBlendMode(value:BlendMode):void
highlightColor | property |
highlightColor:Swatch
[override] Since : | CS5 |
The color applied to the highlight portion of the effect, specified as a swatch (color, gradient, tint, or mixed ink), a color library color, a hex value, or as an array of color values. The color mode dictates the array values: for RGB, specify three values, each in the range 0 to 255, in the format [R,G,B]; for CMYK, specify four values, each as a percentage and each in the range 0 to 100, in the format [C,M,Y,K]; for LAB, specify three values in the format [L,A,B], with L in the range 0 to 100 and A and B in the range -128 to 127; for HSB, specify three colors in the format [H,S,B], with H in the range 0 to 360 and S and B as percentages in the range 0 to 100. Can return: Swatch or NothingEnum enumerator.
public function get highlightColor():Swatch
public function set highlightColor(value:Swatch):void
highlightOpacity | property |
highlightOpacity:Number
[override] Since : | CS5 |
The opacity of the highlight portion of the effect (as a percentage). (Range: 0 to 100). Can return: Real (0 - 100) or NothingEnum enumerator.
public function get highlightOpacity():Number
public function set highlightOpacity(value:Number):void
isValid | property |
isValid:Boolean
[read-only] [override] Since : | CS5 |
Returns true if the object specifier resolves to valid objects.
public function get isValid():Boolean
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the FindChangeBevelAndEmbossSetting (a FindChangeTransparencySetting, FindChangeStrokeTransparencySetting, FindChangeFillTransparencySetting or FindChangeContentTransparencySetting).
public function get parent():Object
properties | property |
properties:Object
[override] Since : | CS5 |
A property that allows setting of several properties at the same time.
public function get properties():Object
public function set properties(value:Object):void
shadowBlendMode | property |
shadowBlendMode:BlendMode
[override] Since : | CS5 |
The blending mode for the shadow portion of the effect. Can return: BlendMode enumerator or NothingEnum enumerator.
public function get shadowBlendMode():BlendMode
public function set shadowBlendMode(value:BlendMode):void
shadowColor | property |
shadowColor:Swatch
[override] Since : | CS5 |
The color applied to the shadow portion of the effect, specified as a swatch (color, gradient, tint, or mixed ink), a color library color, a hex value, or as an array of color values. The color mode dictates the array values: for RGB, specify three values, each in the range 0 to 255, in the format [R,G,B]; for CMYK, specify four values, each as a percentage and each in the range 0 to 100, in the format [C,M,Y,K]; for LAB, specify three values in the format [L,A,B], with L in the range 0 to 100 and A and B in the range -128 to 127; for HSB, specify three colors in the format [H,S,B], with H in the range 0 to 360 and S and B as percentages in the range 0 to 100. Can return: Swatch or NothingEnum enumerator.
public function get shadowColor():Swatch
public function set shadowColor(value:Swatch):void
shadowOpacity | property |
shadowOpacity:Number
[override] Since : | CS5 |
The opacity of the shadow portion of the effect (as a percentage). (Range: 0 to 100). Can return: Real (0 - 100) or NothingEnum enumerator.
public function get shadowOpacity():Number
public function set shadowOpacity(value:Number):void
size | property |
size:Object
[override] Since : | CS5 |
The size of the bevel or emboss. Can return: Unit (0 - 144 points) or NothingEnum enumerator.
public function get size():Object
public function set size(value:Object):void
soften | property |
soften:Object
[override] Since : | CS5 |
The amount (in pixels) of softening. Can return: Unit (0 - 144 points) or NothingEnum enumerator.
public function get soften():Object
public function set soften(value:Object):void
style | property |
style:BevelAndEmbossStyle
[override] Since : | CS5 |
The style of bevel or emboss. Can return: BevelAndEmbossStyle enumerator or NothingEnum enumerator.
public function get style():BevelAndEmbossStyle
public function set style(value:BevelAndEmbossStyle):void
technique | property |
technique:BevelAndEmbossTechnique
[override] Since : | CS5 |
The edging technique of the bevel or emboss. Can return: BevelAndEmbossTechnique enumerator or NothingEnum enumerator.
public function get technique():BevelAndEmbossTechnique
public function set technique(value:BevelAndEmbossTechnique):void
useGlobalLight | property |
useGlobalLight:Boolean
[override] Since : | CS5 |
If true, the global light source is used. Can return: Boolean or NothingEnum enumerator.
public function get useGlobalLight():Boolean
public function set useGlobalLight(value:Boolean):void
addEventListenerFindChangeBevelAndEmbossSetting | () | method |
public function addEventListenerFindChangeBevelAndEmbossSetting(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Since : | CS5 |
Adds an event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The event type.
| |
handlerParam:Object (default = null ) — (Object) The event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
EventListener |
getElements | () | method |
override public function getElements():Object
Since : | CS5 |
Resolves the object specifier, creating an array of object references.
ReturnsObject |
removeEventListenerFindChangeBevelAndEmbossSetting | () | method |
public function removeEventListenerFindChangeBevelAndEmbossSetting(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Since : | CS5 |
Removes the event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The registered event type.
| |
handlerParam:Object (default = null ) — (Object) The registered event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
Boolean |
toSpecifier | () | method |
override public function toSpecifier():String
Since : | CS5 |
Retrieves the object specifier.
ReturnsString |