Package | com.adobe.indesign |
Class | public class AssetType |
Inheritance | AssetType ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | AssetType | ||
epsType : AssetType [static] [read-only] Alias for EPS_TYPE. | AssetType | ||
EPS_TYPE : AssetType [static] [read-only]
The asset is cataloged as an EPS asset. | AssetType | ||
geometryType : AssetType [static] [read-only] Alias for GEOMETRY_TYPE. | AssetType | ||
GEOMETRY_TYPE : AssetType [static] [read-only]
The asset is cataloged as a geometric page item asset. | AssetType | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
imageType : AssetType [static] [read-only] Alias for IMAGE_TYPE. | AssetType | ||
IMAGE_TYPE : AssetType [static] [read-only]
The asset is cataloged as an image asset. | AssetType | ||
indesignFileType : AssetType [static] [read-only] Alias for INDESIGN_FILE_TYPE. | AssetType | ||
INDESIGN_FILE_TYPE : AssetType [static] [read-only]
InDesign file asset
| AssetType | ||
pageType : AssetType [static] [read-only] Alias for PAGE_TYPE. | AssetType | ||
PAGE_TYPE : AssetType [static] [read-only]
The asset is cataloged as a page asset. | AssetType | ||
pdfType : AssetType [static] [read-only] Alias for PDF_TYPE. | AssetType | ||
PDF_TYPE : AssetType [static] [read-only]
The asset is cataloged as a PDF asset. | AssetType | ||
structureType : AssetType [static] [read-only] Alias for STRUCTURE_TYPE. | AssetType | ||
STRUCTURE_TYPE : AssetType [static] [read-only]
Structure asset
| AssetType | ||
textType : AssetType [static] [read-only] Alias for TEXT_TYPE. | AssetType | ||
TEXT_TYPE : AssetType [static] [read-only]
The asset is cataloged as a text asset. | AssetType | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
AssetType(ho:HostObject = null, enum:Number)
Constructor
| AssetType | ||
![]() | 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
EPS_TYPE | property |
EPS_TYPE:AssetType
[read-only] Since : | CS5 |
The asset is cataloged as an EPS asset.
public static function get EPS_TYPE():AssetType
epsType | property |
epsType:AssetType
[read-only] Since : | CS5 |
Alias for EPS_TYPE. The asset is cataloged as an EPS asset.
public static function get epsType():AssetType
GEOMETRY_TYPE | property |
GEOMETRY_TYPE:AssetType
[read-only] Since : | CS5 |
The asset is cataloged as a geometric page item asset.
public static function get GEOMETRY_TYPE():AssetType
geometryType | property |
geometryType:AssetType
[read-only] Since : | CS5 |
Alias for GEOMETRY_TYPE. The asset is cataloged as a geometric page item asset.
public static function get geometryType():AssetType
IMAGE_TYPE | property |
IMAGE_TYPE:AssetType
[read-only] Since : | CS5 |
The asset is cataloged as an image asset.
public static function get IMAGE_TYPE():AssetType
imageType | property |
imageType:AssetType
[read-only] Since : | CS5 |
Alias for IMAGE_TYPE. The asset is cataloged as an image asset.
public static function get imageType():AssetType
INDESIGN_FILE_TYPE | property |
INDESIGN_FILE_TYPE:AssetType
[read-only] Since : | CS5 |
InDesign file asset
public static function get INDESIGN_FILE_TYPE():AssetType
indesignFileType | property |
indesignFileType:AssetType
[read-only] Since : | CS5 |
Alias for INDESIGN_FILE_TYPE. InDesign file asset
public static function get indesignFileType():AssetType
PAGE_TYPE | property |
PAGE_TYPE:AssetType
[read-only] Since : | CS5 |
The asset is cataloged as a page asset.
public static function get PAGE_TYPE():AssetType
pageType | property |
pageType:AssetType
[read-only] Since : | CS5 |
Alias for PAGE_TYPE. The asset is cataloged as a page asset.
public static function get pageType():AssetType
PDF_TYPE | property |
PDF_TYPE:AssetType
[read-only] Since : | CS5 |
The asset is cataloged as a PDF asset.
public static function get PDF_TYPE():AssetType
pdfType | property |
pdfType:AssetType
[read-only] Since : | CS5 |
Alias for PDF_TYPE. The asset is cataloged as a PDF asset.
public static function get pdfType():AssetType
STRUCTURE_TYPE | property |
STRUCTURE_TYPE:AssetType
[read-only] Since : | CS5 |
Structure asset
public static function get STRUCTURE_TYPE():AssetType
structureType | property |
structureType:AssetType
[read-only] Since : | CS5 |
Alias for STRUCTURE_TYPE. Structure asset
public static function get structureType():AssetType
TEXT_TYPE | property |
TEXT_TYPE:AssetType
[read-only] Since : | CS5 |
The asset is cataloged as a text asset.
public static function get TEXT_TYPE():AssetType
textType | property |
textType:AssetType
[read-only] Since : | CS5 |
Alias for TEXT_TYPE. The asset is cataloged as a text asset.
public static function get textType():AssetType
AssetType | () | Constructor |
public function AssetType(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|