Package | com.adobe.indesign |
Class | public class ZoomOptions |
Inheritance | ZoomOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
actualSize : ZoomOptions [static] [read-only] Alias for ACTUAL_SIZE. | ZoomOptions | ||
ACTUAL_SIZE : ZoomOptions [static] [read-only]
Zooms to 100%. | ZoomOptions | ||
enumCache : CSEnumSharedCache [static] [read-only] | ZoomOptions | ||
fitPage : ZoomOptions [static] [read-only] Alias for FIT_PAGE. | ZoomOptions | ||
FIT_PAGE : ZoomOptions [static] [read-only]
Centers the active page in the window. | ZoomOptions | ||
fitSpread : ZoomOptions [static] [read-only] Alias for FIT_SPREAD. | ZoomOptions | ||
FIT_SPREAD : ZoomOptions [static] [read-only]
Centers the active spread in the window. | ZoomOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
showPasteboard : ZoomOptions [static] [read-only] Alias for SHOW_PASTEBOARD. | ZoomOptions | ||
SHOW_PASTEBOARD : ZoomOptions [static] [read-only]
Fits the entire pasteboard in the window. | ZoomOptions | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase | |
zoomIn : ZoomOptions [static] [read-only] Alias for ZOOM_IN. | ZoomOptions | ||
ZOOM_IN : ZoomOptions [static] [read-only]
Magnifies the view to the next preset percentage. | ZoomOptions | ||
zoomOut : ZoomOptions [static] [read-only] Alias for ZOOM_OUT. | ZoomOptions | ||
ZOOM_OUT : ZoomOptions [static] [read-only]
Reduces the view to the next preset percentage. | ZoomOptions |
Method | Defined By | ||
---|---|---|---|
ZoomOptions(ho:HostObject = null, enum:Number)
Constructor
| ZoomOptions | ||
![]() | 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:ZoomOptions
[read-only] Since : | CS5 |
Zooms to 100%.
public static function get ACTUAL_SIZE():ZoomOptions
actualSize | property |
actualSize:ZoomOptions
[read-only] Since : | CS5 |
Alias for ACTUAL_SIZE. Zooms to 100%.
public static function get actualSize():ZoomOptions
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FIT_PAGE | property |
FIT_PAGE:ZoomOptions
[read-only] Since : | CS5 |
Centers the active page in the window.
public static function get FIT_PAGE():ZoomOptions
FIT_SPREAD | property |
FIT_SPREAD:ZoomOptions
[read-only] Since : | CS5 |
Centers the active spread in the window.
public static function get FIT_SPREAD():ZoomOptions
fitPage | property |
fitPage:ZoomOptions
[read-only] Since : | CS5 |
Alias for FIT_PAGE. Centers the active page in the window.
public static function get fitPage():ZoomOptions
fitSpread | property |
fitSpread:ZoomOptions
[read-only] Since : | CS5 |
Alias for FIT_SPREAD. Centers the active spread in the window.
public static function get fitSpread():ZoomOptions
SHOW_PASTEBOARD | property |
SHOW_PASTEBOARD:ZoomOptions
[read-only] Since : | CS5 |
Fits the entire pasteboard in the window.
public static function get SHOW_PASTEBOARD():ZoomOptions
showPasteboard | property |
showPasteboard:ZoomOptions
[read-only] Since : | CS5 |
Alias for SHOW_PASTEBOARD. Fits the entire pasteboard in the window.
public static function get showPasteboard():ZoomOptions
ZOOM_IN | property |
ZOOM_IN:ZoomOptions
[read-only] Since : | CS5 |
Magnifies the view to the next preset percentage.
public static function get ZOOM_IN():ZoomOptions
ZOOM_OUT | property |
ZOOM_OUT:ZoomOptions
[read-only] Since : | CS5 |
Reduces the view to the next preset percentage.
public static function get ZOOM_OUT():ZoomOptions
zoomIn | property |
zoomIn:ZoomOptions
[read-only] Since : | CS5 |
Alias for ZOOM_IN. Magnifies the view to the next preset percentage.
public static function get zoomIn():ZoomOptions
zoomOut | property |
zoomOut:ZoomOptions
[read-only] Since : | CS5 |
Alias for ZOOM_OUT. Reduces the view to the next preset percentage.
public static function get zoomOut():ZoomOptions
ZoomOptions | () | Constructor |
public function ZoomOptions(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|