Package | com.adobe.indesign |
Class | public class PdfMagnificationOptions |
Inheritance | PdfMagnificationOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
actualSize : PdfMagnificationOptions [static] [read-only] Alias for ACTUAL_SIZE. | PdfMagnificationOptions | ||
ACTUAL_SIZE : PdfMagnificationOptions [static] [read-only]
Uses the actual size. | PdfMagnificationOptions | ||
defaultValue : PdfMagnificationOptions [static] [read-only] Alias for DEFAULT_VALUE. | PdfMagnificationOptions | ||
DEFAULT_VALUE : PdfMagnificationOptions [static] [read-only]
Uses default magnification. | PdfMagnificationOptions | ||
enumCache : CSEnumSharedCache [static] [read-only] | PdfMagnificationOptions | ||
fiftyPercent : PdfMagnificationOptions [static] [read-only] Alias for FIFTY_PERCENT. | PdfMagnificationOptions | ||
FIFTY_PERCENT : PdfMagnificationOptions [static] [read-only]
Uses 50 percent magnification option. | PdfMagnificationOptions | ||
fitHeight : PdfMagnificationOptions [static] [read-only] Alias for FIT_HEIGHT. | PdfMagnificationOptions | ||
FIT_HEIGHT : PdfMagnificationOptions [static] [read-only]
Uses the fit height magnification option. | PdfMagnificationOptions | ||
fitPage : PdfMagnificationOptions [static] [read-only] Alias for FIT_PAGE. | PdfMagnificationOptions | ||
FIT_PAGE : PdfMagnificationOptions [static] [read-only]
Uses the fit page magnification option. | PdfMagnificationOptions | ||
fitVisible : PdfMagnificationOptions [static] [read-only] Alias for FIT_VISIBLE. | PdfMagnificationOptions | ||
FIT_VISIBLE : PdfMagnificationOptions [static] [read-only]
Uses the fit visible magnification option. | PdfMagnificationOptions | ||
fitWidth : PdfMagnificationOptions [static] [read-only] Alias for FIT_WIDTH. | PdfMagnificationOptions | ||
FIT_WIDTH : PdfMagnificationOptions [static] [read-only]
Uses the fit width magnification option. | PdfMagnificationOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
oneHundredPercent : PdfMagnificationOptions [static] [read-only] Alias for ONE_HUNDRED_PERCENT. | PdfMagnificationOptions | ||
ONE_HUNDRED_PERCENT : PdfMagnificationOptions [static] [read-only]
Uses 100 percent magnification option. | PdfMagnificationOptions | ||
seventyFivePercent : PdfMagnificationOptions [static] [read-only] Alias for SEVENTY_FIVE_PERCENT. | PdfMagnificationOptions | ||
SEVENTY_FIVE_PERCENT : PdfMagnificationOptions [static] [read-only]
Uses 75 percent magnification option. | PdfMagnificationOptions | ||
twentyFivePercent : PdfMagnificationOptions [static] [read-only] Alias for TWENTY_FIVE_PERCENT. | PdfMagnificationOptions | ||
TWENTY_FIVE_PERCENT : PdfMagnificationOptions [static] [read-only]
Uses 25 percent magnification option. | PdfMagnificationOptions | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
PdfMagnificationOptions(ho:HostObject = null, enum:Number)
Constructor
| PdfMagnificationOptions | ||
![]() | 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 |
ACTUAL_SIZE | property |
ACTUAL_SIZE:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses the actual size.
public static function get ACTUAL_SIZE():PdfMagnificationOptions
actualSize | property |
actualSize:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for ACTUAL_SIZE. Uses the actual size.
public static function get actualSize():PdfMagnificationOptions
DEFAULT_VALUE | property |
DEFAULT_VALUE:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses default magnification.
public static function get DEFAULT_VALUE():PdfMagnificationOptions
defaultValue | property |
defaultValue:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for DEFAULT_VALUE. Uses default magnification.
public static function get defaultValue():PdfMagnificationOptions
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FIFTY_PERCENT | property |
FIFTY_PERCENT:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses 50 percent magnification option.
public static function get FIFTY_PERCENT():PdfMagnificationOptions
fiftyPercent | property |
fiftyPercent:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for FIFTY_PERCENT. Uses 50 percent magnification option.
public static function get fiftyPercent():PdfMagnificationOptions
FIT_HEIGHT | property |
FIT_HEIGHT:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses the fit height magnification option.
public static function get FIT_HEIGHT():PdfMagnificationOptions
FIT_PAGE | property |
FIT_PAGE:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses the fit page magnification option.
public static function get FIT_PAGE():PdfMagnificationOptions
FIT_VISIBLE | property |
FIT_VISIBLE:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses the fit visible magnification option.
public static function get FIT_VISIBLE():PdfMagnificationOptions
FIT_WIDTH | property |
FIT_WIDTH:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses the fit width magnification option.
public static function get FIT_WIDTH():PdfMagnificationOptions
fitHeight | property |
fitHeight:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for FIT_HEIGHT. Uses the fit height magnification option.
public static function get fitHeight():PdfMagnificationOptions
fitPage | property |
fitPage:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for FIT_PAGE. Uses the fit page magnification option.
public static function get fitPage():PdfMagnificationOptions
fitVisible | property |
fitVisible:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for FIT_VISIBLE. Uses the fit visible magnification option.
public static function get fitVisible():PdfMagnificationOptions
fitWidth | property |
fitWidth:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for FIT_WIDTH. Uses the fit width magnification option.
public static function get fitWidth():PdfMagnificationOptions
ONE_HUNDRED_PERCENT | property |
ONE_HUNDRED_PERCENT:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses 100 percent magnification option.
public static function get ONE_HUNDRED_PERCENT():PdfMagnificationOptions
oneHundredPercent | property |
oneHundredPercent:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for ONE_HUNDRED_PERCENT. Uses 100 percent magnification option.
public static function get oneHundredPercent():PdfMagnificationOptions
SEVENTY_FIVE_PERCENT | property |
SEVENTY_FIVE_PERCENT:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses 75 percent magnification option.
public static function get SEVENTY_FIVE_PERCENT():PdfMagnificationOptions
seventyFivePercent | property |
seventyFivePercent:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for SEVENTY_FIVE_PERCENT. Uses 75 percent magnification option.
public static function get seventyFivePercent():PdfMagnificationOptions
TWENTY_FIVE_PERCENT | property |
TWENTY_FIVE_PERCENT:PdfMagnificationOptions
[read-only] Since : | CS5 |
Uses 25 percent magnification option.
public static function get TWENTY_FIVE_PERCENT():PdfMagnificationOptions
twentyFivePercent | property |
twentyFivePercent:PdfMagnificationOptions
[read-only] Since : | CS5 |
Alias for TWENTY_FIVE_PERCENT. Uses 25 percent magnification option.
public static function get twentyFivePercent():PdfMagnificationOptions
PdfMagnificationOptions | () | Constructor |
public function PdfMagnificationOptions(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|