Package | com.adobe.photoshop |
Class | public class PDFEncoding |
Inheritance | PDFEncoding ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | PDFEncoding | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
JPEG : PDFEncoding [static] [read-only]
JPEG compression. | PDFEncoding | ||
JPEG2000HIGH : PDFEncoding [static] [read-only]
JPEG2000 compression with high image quality. | PDFEncoding | ||
JPEG2000LOSSLESS : PDFEncoding [static] [read-only]
JPEG2000 lossless compression. | PDFEncoding | ||
JPEG2000LOW : PDFEncoding [static] [read-only]
JPEG2000 compression with low image quality. | PDFEncoding | ||
JPEG2000MED : PDFEncoding [static] [read-only]
JPEG2000 compression with medium image quality. | PDFEncoding | ||
JPEG2000MEDHIGH : PDFEncoding [static] [read-only]
JPEG2000 compression with medium high image quality. | PDFEncoding | ||
JPEG2000MEDLOW : PDFEncoding [static] [read-only]
JPEG2000 compression with medium low image quality. | PDFEncoding | ||
JPEGHIGH : PDFEncoding [static] [read-only]
JPEG compression with high image quality. | PDFEncoding | ||
JPEGLOW : PDFEncoding [static] [read-only]
JPEG compression with low image quality. | PDFEncoding | ||
JPEGMED : PDFEncoding [static] [read-only]
JPEG compression with medium image quality. | PDFEncoding | ||
JPEGMEDHIGH : PDFEncoding [static] [read-only]
JPEG compression with medium high image quality. | PDFEncoding | ||
JPEGMEDLOW : PDFEncoding [static] [read-only]
JPEG compression with medium low image quality. | PDFEncoding | ||
NONE : PDFEncoding [static] [read-only]
No encoding. | PDFEncoding | ||
PDFZIP : PDFEncoding [static] [read-only]
Zip compression. | PDFEncoding | ||
PDFZIP4BIT : PDFEncoding [static] [read-only]
Zip compression with 4-bit image quality. | PDFEncoding | ||
![]() | value : Object [override] [read-only]
Returns the object value
| PhotoshopEnumBase |
Method | Defined By | ||
---|---|---|---|
PDFEncoding(ho:HostObject = null, enum:Number)
Constructor
| PDFEncoding | ||
![]() | 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
JPEG | property |
JPEG:PDFEncoding
[read-only] Since : | CS5 |
JPEG compression.
public static function get JPEG():PDFEncoding
JPEG2000HIGH | property |
JPEG2000HIGH:PDFEncoding
[read-only] Since : | CS5 |
JPEG2000 compression with high image quality.
public static function get JPEG2000HIGH():PDFEncoding
JPEG2000LOSSLESS | property |
JPEG2000LOSSLESS:PDFEncoding
[read-only] Since : | CS5 |
JPEG2000 lossless compression.
public static function get JPEG2000LOSSLESS():PDFEncoding
JPEG2000LOW | property |
JPEG2000LOW:PDFEncoding
[read-only] Since : | CS5 |
JPEG2000 compression with low image quality.
public static function get JPEG2000LOW():PDFEncoding
JPEG2000MED | property |
JPEG2000MED:PDFEncoding
[read-only] Since : | CS5 |
JPEG2000 compression with medium image quality.
public static function get JPEG2000MED():PDFEncoding
JPEG2000MEDHIGH | property |
JPEG2000MEDHIGH:PDFEncoding
[read-only] Since : | CS5 |
JPEG2000 compression with medium high image quality.
public static function get JPEG2000MEDHIGH():PDFEncoding
JPEG2000MEDLOW | property |
JPEG2000MEDLOW:PDFEncoding
[read-only] Since : | CS5 |
JPEG2000 compression with medium low image quality.
public static function get JPEG2000MEDLOW():PDFEncoding
JPEGHIGH | property |
JPEGHIGH:PDFEncoding
[read-only] Since : | CS5 |
JPEG compression with high image quality.
public static function get JPEGHIGH():PDFEncoding
JPEGLOW | property |
JPEGLOW:PDFEncoding
[read-only] Since : | CS5 |
JPEG compression with low image quality.
public static function get JPEGLOW():PDFEncoding
JPEGMED | property |
JPEGMED:PDFEncoding
[read-only] Since : | CS5 |
JPEG compression with medium image quality.
public static function get JPEGMED():PDFEncoding
JPEGMEDHIGH | property |
JPEGMEDHIGH:PDFEncoding
[read-only] Since : | CS5 |
JPEG compression with medium high image quality.
public static function get JPEGMEDHIGH():PDFEncoding
JPEGMEDLOW | property |
JPEGMEDLOW:PDFEncoding
[read-only] Since : | CS5 |
JPEG compression with medium low image quality.
public static function get JPEGMEDLOW():PDFEncoding
NONE | property |
NONE:PDFEncoding
[read-only] Since : | CS5 |
No encoding.
public static function get NONE():PDFEncoding
PDFZIP | property |
PDFZIP:PDFEncoding
[read-only] Since : | CS5 |
Zip compression.
public static function get PDFZIP():PDFEncoding
PDFZIP4BIT | property |
PDFZIP4BIT:PDFEncoding
[read-only] Since : | CS5 |
Zip compression with 4-bit image quality.
public static function get PDFZIP4BIT():PDFEncoding
PDFEncoding | () | Constructor |
public function PDFEncoding(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|