Package | com.adobe.indesign |
Class | public class BevelAndEmbossStyle |
Inheritance | BevelAndEmbossStyle ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
emboss : BevelAndEmbossStyle [static] [read-only] Alias for EMBOSS. | BevelAndEmbossStyle | ||
EMBOSS : BevelAndEmbossStyle [static] [read-only]
An emboss effect is applied to the object. | BevelAndEmbossStyle | ||
enumCache : CSEnumSharedCache [static] [read-only] | BevelAndEmbossStyle | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
innerBevel : BevelAndEmbossStyle [static] [read-only] Alias for INNER_BEVEL. | BevelAndEmbossStyle | ||
INNER_BEVEL : BevelAndEmbossStyle [static] [read-only]
The inside edges of the object are beveled. | BevelAndEmbossStyle | ||
outerBevel : BevelAndEmbossStyle [static] [read-only] Alias for OUTER_BEVEL. | BevelAndEmbossStyle | ||
OUTER_BEVEL : BevelAndEmbossStyle [static] [read-only]
The outside edges of the object are beveled. | BevelAndEmbossStyle | ||
pillowEmboss : BevelAndEmbossStyle [static] [read-only] Alias for PILLOW_EMBOSS. | BevelAndEmbossStyle | ||
PILLOW_EMBOSS : BevelAndEmbossStyle [static] [read-only]
An emboss effect is applied to the edges of the object. | BevelAndEmbossStyle | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
BevelAndEmbossStyle(ho:HostObject = null, enum:Number)
Constructor
| BevelAndEmbossStyle | ||
![]() | 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 | |
![]() | 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 | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
emboss | property |
emboss:BevelAndEmbossStyle
[read-only] Since : | CS5 |
Alias for EMBOSS. An emboss effect is applied to the object.
public static function get emboss():BevelAndEmbossStyle
EMBOSS | property |
EMBOSS:BevelAndEmbossStyle
[read-only] Since : | CS5 |
An emboss effect is applied to the object.
public static function get EMBOSS():BevelAndEmbossStyle
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
INNER_BEVEL | property |
INNER_BEVEL:BevelAndEmbossStyle
[read-only] Since : | CS5 |
The inside edges of the object are beveled.
public static function get INNER_BEVEL():BevelAndEmbossStyle
innerBevel | property |
innerBevel:BevelAndEmbossStyle
[read-only] Since : | CS5 |
Alias for INNER_BEVEL. The inside edges of the object are beveled.
public static function get innerBevel():BevelAndEmbossStyle
OUTER_BEVEL | property |
OUTER_BEVEL:BevelAndEmbossStyle
[read-only] Since : | CS5 |
The outside edges of the object are beveled.
public static function get OUTER_BEVEL():BevelAndEmbossStyle
outerBevel | property |
outerBevel:BevelAndEmbossStyle
[read-only] Since : | CS5 |
Alias for OUTER_BEVEL. The outside edges of the object are beveled.
public static function get outerBevel():BevelAndEmbossStyle
PILLOW_EMBOSS | property |
PILLOW_EMBOSS:BevelAndEmbossStyle
[read-only] Since : | CS5 |
An emboss effect is applied to the edges of the object.
public static function get PILLOW_EMBOSS():BevelAndEmbossStyle
pillowEmboss | property |
pillowEmboss:BevelAndEmbossStyle
[read-only] Since : | CS5 |
Alias for PILLOW_EMBOSS. An emboss effect is applied to the edges of the object.
public static function get pillowEmboss():BevelAndEmbossStyle
BevelAndEmbossStyle | () | Constructor |
public function BevelAndEmbossStyle(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|