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