Package | com.adobe.incopy |
Class | public class InkTypes |
Inheritance | InkTypes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | InkTypes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
normal : InkTypes [static] [read-only] Alias for NORMAL. | InkTypes | ||
NORMAL : InkTypes [static] [read-only]
Uses traditional process inks and most spot inks. | InkTypes | ||
opaque : InkTypes [static] [read-only] Alias for OPAQUE. | InkTypes | ||
OPAQUE : InkTypes [static] [read-only]
Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. | InkTypes | ||
opaqueIgnore : InkTypes [static] [read-only] Alias for OPAQUE_IGNORE. | InkTypes | ||
OPAQUE_IGNORE : InkTypes [static] [read-only]
Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. | InkTypes | ||
transparent : InkTypes [static] [read-only] Alias for TRANSPARENT. | InkTypes | ||
TRANSPARENT : InkTypes [static] [read-only]
Uses clear inks to ensure that underlying items trap. | InkTypes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
InkTypes(ho:HostObject = null, enum:Number)
Constructor
| InkTypes | ||
![]() | 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 |
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
normal | property |
normal:InkTypes
[read-only] Since : | CS5 |
Alias for NORMAL. Uses traditional process inks and most spot inks.
public static function get normal():InkTypes
NORMAL | property |
NORMAL:InkTypes
[read-only] Since : | CS5 |
Uses traditional process inks and most spot inks.
public static function get NORMAL():InkTypes
opaque | property |
opaque:InkTypes
[read-only] Since : | CS5 |
Alias for OPAQUE. Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. Best for metallic inks.
public static function get opaque():InkTypes
OPAQUE | property |
OPAQUE:InkTypes
[read-only] Since : | CS5 |
Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. Best for metallic inks.
public static function get OPAQUE():InkTypes
OPAQUE_IGNORE | property |
OPAQUE_IGNORE:InkTypes
[read-only] Since : | CS5 |
Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. Best for inks that have undesirable interactions with other inks.
public static function get OPAQUE_IGNORE():InkTypes
opaqueIgnore | property |
opaqueIgnore:InkTypes
[read-only] Since : | CS5 |
Alias for OPAQUE_IGNORE. Uses heavy, nontransparent inks to prevent trapping of underlying colors but allow for trapping along the edges of the ink. Best for inks that have undesirable interactions with other inks.
public static function get opaqueIgnore():InkTypes
transparent | property |
transparent:InkTypes
[read-only] Since : | CS5 |
Alias for TRANSPARENT. Uses clear inks to ensure that underlying items trap. Best for varnishes and dieline inks.
public static function get transparent():InkTypes
TRANSPARENT | property |
TRANSPARENT:InkTypes
[read-only] Since : | CS5 |
Uses clear inks to ensure that underlying items trap. Best for varnishes and dieline inks.
public static function get TRANSPARENT():InkTypes
InkTypes | () | Constructor |
public function InkTypes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|