Package | com.adobe.photoshop |
Class | public class OpenDocumentType |
Inheritance | OpenDocumentType ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
ALIASPIX : OpenDocumentType [static] [read-only]
Alias PIX format. | OpenDocumentType | ||
BMP : OpenDocumentType [static] [read-only]
BMP format. | OpenDocumentType | ||
CAMERARAW : OpenDocumentType [static] [read-only]
Camera RAW format. | OpenDocumentType | ||
COMPUSERVEGIF : OpenDocumentType [static] [read-only]
CompuServe GIF format. | OpenDocumentType | ||
DICOM : OpenDocumentType [static] [read-only]
DICOM format. | OpenDocumentType | ||
ELECTRICIMAGE : OpenDocumentType [static] [read-only]
Electric format. | OpenDocumentType | ||
enumCache : CSEnumSharedCache [static] [read-only] | OpenDocumentType | ||
EPS : OpenDocumentType [static] [read-only]
Generic EPS format. | OpenDocumentType | ||
EPSPICTPREVIEW : OpenDocumentType [static] [read-only]
EPS format with embedded PICT Preview. | OpenDocumentType | ||
EPSTIFFPREVIEW : OpenDocumentType [static] [read-only]
EPS format with embedded TIFF Preview. | OpenDocumentType | ||
FILMSTRIP : OpenDocumentType [static] [read-only]
Filmstrip format. | OpenDocumentType | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
JPEG : OpenDocumentType [static] [read-only]
JPEG format. | OpenDocumentType | ||
PCX : OpenDocumentType [static] [read-only]
PCX format. | OpenDocumentType | ||
PDF : OpenDocumentType [static] [read-only]
Generic PDF format. | OpenDocumentType | ||
PHOTOCD : OpenDocumentType [static] [read-only]
Photo CD format. | OpenDocumentType | ||
PHOTOSHOP : OpenDocumentType [static] [read-only]
Photoshop format. | OpenDocumentType | ||
PHOTOSHOPDCS_1 : OpenDocumentType [static] [read-only]
Photoshop DCS 1.0 format. | OpenDocumentType | ||
PHOTOSHOPDCS_2 : OpenDocumentType [static] [read-only]
Photoshop DCS 2.0 format. | OpenDocumentType | ||
PHOTOSHOPEPS : OpenDocumentType [static] [read-only]
EPS document produced by Photoshop. | OpenDocumentType | ||
PHOTOSHOPPDF : OpenDocumentType [static] [read-only]
PDF document produced by Photoshop. | OpenDocumentType | ||
PICTFILEFORMAT : OpenDocumentType [static] [read-only]
PICT file format. | OpenDocumentType | ||
PICTRESOURCEFORMAT : OpenDocumentType [static] [read-only]
PICT resource format. | OpenDocumentType | ||
PIXAR : OpenDocumentType [static] [read-only]
Pixar format. | OpenDocumentType | ||
PNG : OpenDocumentType [static] [read-only]
PNG format. | OpenDocumentType | ||
PORTABLEBITMAP : OpenDocumentType [static] [read-only]
Portable Bitmap format. | OpenDocumentType | ||
RAW : OpenDocumentType [static] [read-only]
Raw format. | OpenDocumentType | ||
SCITEXCT : OpenDocumentType [static] [read-only]
Scitex CT format. | OpenDocumentType | ||
SGIRGB : OpenDocumentType [static] [read-only]
SGI RGB format. | OpenDocumentType | ||
SOFTIMAGE : OpenDocumentType [static] [read-only]
SoftImage format. | OpenDocumentType | ||
TARGA : OpenDocumentType [static] [read-only]
Targa format. | OpenDocumentType | ||
TIFF : OpenDocumentType [static] [read-only]
TIFF format. | OpenDocumentType | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase | |
WAVEFRONTRLA : OpenDocumentType [static] [read-only]
Wavefront RLA format. | OpenDocumentType | ||
WIRELESSBITMAP : OpenDocumentType [static] [read-only]
Wireless Bitmap format (WBMP)
| OpenDocumentType |
Method | Defined By | ||
---|---|---|---|
OpenDocumentType(ho:HostObject = null, enum:Number)
Constructor
| OpenDocumentType | ||
![]() | 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 |
ALIASPIX | property |
ALIASPIX:OpenDocumentType
[read-only] Since : | CS5 |
Alias PIX format.
public static function get ALIASPIX():OpenDocumentType
BMP | property |
BMP:OpenDocumentType
[read-only] Since : | CS5 |
BMP format.
public static function get BMP():OpenDocumentType
CAMERARAW | property |
CAMERARAW:OpenDocumentType
[read-only] Since : | CS5 |
Camera RAW format.
public static function get CAMERARAW():OpenDocumentType
COMPUSERVEGIF | property |
COMPUSERVEGIF:OpenDocumentType
[read-only] Since : | CS5 |
CompuServe GIF format.
public static function get COMPUSERVEGIF():OpenDocumentType
DICOM | property |
DICOM:OpenDocumentType
[read-only] Since : | CS5 |
DICOM format.
public static function get DICOM():OpenDocumentType
ELECTRICIMAGE | property |
ELECTRICIMAGE:OpenDocumentType
[read-only] Since : | CS5 |
Electric format.
public static function get ELECTRICIMAGE():OpenDocumentType
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
EPS | property |
EPS:OpenDocumentType
[read-only] Since : | CS5 |
Generic EPS format.
public static function get EPS():OpenDocumentType
EPSPICTPREVIEW | property |
EPSPICTPREVIEW:OpenDocumentType
[read-only] Since : | CS5 |
EPS format with embedded PICT Preview.
public static function get EPSPICTPREVIEW():OpenDocumentType
EPSTIFFPREVIEW | property |
EPSTIFFPREVIEW:OpenDocumentType
[read-only] Since : | CS5 |
EPS format with embedded TIFF Preview.
public static function get EPSTIFFPREVIEW():OpenDocumentType
FILMSTRIP | property |
FILMSTRIP:OpenDocumentType
[read-only] Since : | CS5 |
Filmstrip format.
public static function get FILMSTRIP():OpenDocumentType
JPEG | property |
JPEG:OpenDocumentType
[read-only] Since : | CS5 |
JPEG format.
public static function get JPEG():OpenDocumentType
PCX | property |
PCX:OpenDocumentType
[read-only] Since : | CS5 |
PCX format.
public static function get PCX():OpenDocumentType
property |
PDF:OpenDocumentType
[read-only] Since : | CS5 |
Generic PDF format.
public static function get PDF():OpenDocumentType
PHOTOCD | property |
PHOTOCD:OpenDocumentType
[read-only] Since : | CS5 |
Photo CD format.
public static function get PHOTOCD():OpenDocumentType
PHOTOSHOP | property |
PHOTOSHOP:OpenDocumentType
[read-only] Since : | CS5 |
Photoshop format.
public static function get PHOTOSHOP():OpenDocumentType
PHOTOSHOPDCS_1 | property |
PHOTOSHOPDCS_1:OpenDocumentType
[read-only] Since : | CS5 |
Photoshop DCS 1.0 format.
public static function get PHOTOSHOPDCS_1():OpenDocumentType
PHOTOSHOPDCS_2 | property |
PHOTOSHOPDCS_2:OpenDocumentType
[read-only] Since : | CS5 |
Photoshop DCS 2.0 format.
public static function get PHOTOSHOPDCS_2():OpenDocumentType
PHOTOSHOPEPS | property |
PHOTOSHOPEPS:OpenDocumentType
[read-only] Since : | CS5 |
EPS document produced by Photoshop.
public static function get PHOTOSHOPEPS():OpenDocumentType
PHOTOSHOPPDF | property |
PHOTOSHOPPDF:OpenDocumentType
[read-only] Since : | CS5 |
PDF document produced by Photoshop.
public static function get PHOTOSHOPPDF():OpenDocumentType
PICTFILEFORMAT | property |
PICTFILEFORMAT:OpenDocumentType
[read-only] Since : | CS5 |
PICT file format.
public static function get PICTFILEFORMAT():OpenDocumentType
PICTRESOURCEFORMAT | property |
PICTRESOURCEFORMAT:OpenDocumentType
[read-only] Since : | CS5 |
PICT resource format.
public static function get PICTRESOURCEFORMAT():OpenDocumentType
PIXAR | property |
PIXAR:OpenDocumentType
[read-only] Since : | CS5 |
Pixar format.
public static function get PIXAR():OpenDocumentType
PNG | property |
PNG:OpenDocumentType
[read-only] Since : | CS5 |
PNG format.
public static function get PNG():OpenDocumentType
PORTABLEBITMAP | property |
PORTABLEBITMAP:OpenDocumentType
[read-only] Since : | CS5 |
Portable Bitmap format.
public static function get PORTABLEBITMAP():OpenDocumentType
RAW | property |
RAW:OpenDocumentType
[read-only] Since : | CS5 |
Raw format.
public static function get RAW():OpenDocumentType
SCITEXCT | property |
SCITEXCT:OpenDocumentType
[read-only] Since : | CS5 |
Scitex CT format.
public static function get SCITEXCT():OpenDocumentType
SGIRGB | property |
SGIRGB:OpenDocumentType
[read-only] Since : | CS5 |
SGI RGB format.
public static function get SGIRGB():OpenDocumentType
SOFTIMAGE | property |
SOFTIMAGE:OpenDocumentType
[read-only] Since : | CS5 |
SoftImage format.
public static function get SOFTIMAGE():OpenDocumentType
TARGA | property |
TARGA:OpenDocumentType
[read-only] Since : | CS5 |
Targa format.
public static function get TARGA():OpenDocumentType
TIFF | property |
TIFF:OpenDocumentType
[read-only] Since : | CS5 |
TIFF format.
public static function get TIFF():OpenDocumentType
WAVEFRONTRLA | property |
WAVEFRONTRLA:OpenDocumentType
[read-only] Since : | CS5 |
Wavefront RLA format.
public static function get WAVEFRONTRLA():OpenDocumentType
WIRELESSBITMAP | property |
WIRELESSBITMAP:OpenDocumentType
[read-only] Since : | CS5 |
Wireless Bitmap format (WBMP)
public static function get WIRELESSBITMAP():OpenDocumentType
OpenDocumentType | () | Constructor |
public function OpenDocumentType(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|