Package | com.adobe.indesign |
Class | public class ViewZoomStyle |
Inheritance | ViewZoomStyle ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
actualSize : ViewZoomStyle [static] [read-only] Alias for ACTUAL_SIZE. | ViewZoomStyle | ||
ACTUAL_SIZE : ViewZoomStyle [static] [read-only]
Displays the page at 100% magnification. | ViewZoomStyle | ||
enumCache : CSEnumSharedCache [static] [read-only] | ViewZoomStyle | ||
fitPage : ViewZoomStyle [static] [read-only] Alias for FIT_PAGE. | ViewZoomStyle | ||
FIT_PAGE : ViewZoomStyle [static] [read-only]
Fits the entire page in the window. | ViewZoomStyle | ||
fitVisible : ViewZoomStyle [static] [read-only] Alias for FIT_VISIBLE. | ViewZoomStyle | ||
FIT_VISIBLE : ViewZoomStyle [static] [read-only]
Fits the the text area of the page to the window width; obscures page margins and may obscure the lower portion of the page. | ViewZoomStyle | ||
fitWidth : ViewZoomStyle [static] [read-only] Alias for FIT_WIDTH. | ViewZoomStyle | ||
FIT_WIDTH : ViewZoomStyle [static] [read-only]
Fits the page to the width of the window; may obscure the lower portion of the page. | ViewZoomStyle | ||
fullScreen : ViewZoomStyle [static] [read-only] Alias for FULL_SCREEN. | ViewZoomStyle | ||
FULL_SCREEN : ViewZoomStyle [static] [read-only]
Fills the screen with the page; hides the toolbar, command bar, menu bar, and window controls. | ViewZoomStyle | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
oneColumn : ViewZoomStyle [static] [read-only] Alias for ONE_COLUMN. | ViewZoomStyle | ||
ONE_COLUMN : ViewZoomStyle [static] [read-only]
Arranges the pages in a continuous vertical column that is one page wide. | ViewZoomStyle | ||
singlePage : ViewZoomStyle [static] [read-only] Alias for SINGLE_PAGE. | ViewZoomStyle | ||
SINGLE_PAGE : ViewZoomStyle [static] [read-only]
Displays one page in the document pane at a time. | ViewZoomStyle | ||
twoColumn : ViewZoomStyle [static] [read-only] Alias for TWO_COLUMN. | ViewZoomStyle | ||
TWO_COLUMN : ViewZoomStyle [static] [read-only]
Arranges the pages side by side in a continuous vertical column that is two pages wide. | ViewZoomStyle | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase | |
zoomIn : ViewZoomStyle [static] [read-only] Alias for ZOOM_IN. | ViewZoomStyle | ||
ZOOM_IN : ViewZoomStyle [static] [read-only]
Magnifies the view to the next preset percentage. | ViewZoomStyle | ||
zoomOut : ViewZoomStyle [static] [read-only] Alias for ZOOM_OUT. | ViewZoomStyle | ||
ZOOM_OUT : ViewZoomStyle [static] [read-only]
Reduces the view to the previous preset percentage. | ViewZoomStyle |
Method | Defined By | ||
---|---|---|---|
ViewZoomStyle(ho:HostObject = null, enum:Number)
Constructor
| ViewZoomStyle | ||
![]() | 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:ViewZoomStyle
[read-only] Since : | CS5 |
Displays the page at 100% magnification.
public static function get ACTUAL_SIZE():ViewZoomStyle
actualSize | property |
actualSize:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for ACTUAL_SIZE. Displays the page at 100% magnification.
public static function get actualSize():ViewZoomStyle
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FIT_PAGE | property |
FIT_PAGE:ViewZoomStyle
[read-only] Since : | CS5 |
Fits the entire page in the window.
public static function get FIT_PAGE():ViewZoomStyle
FIT_VISIBLE | property |
FIT_VISIBLE:ViewZoomStyle
[read-only] Since : | CS5 |
Fits the the text area of the page to the window width; obscures page margins and may obscure the lower portion of the page.
public static function get FIT_VISIBLE():ViewZoomStyle
FIT_WIDTH | property |
FIT_WIDTH:ViewZoomStyle
[read-only] Since : | CS5 |
Fits the page to the width of the window; may obscure the lower portion of the page.
public static function get FIT_WIDTH():ViewZoomStyle
fitPage | property |
fitPage:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for FIT_PAGE. Fits the entire page in the window.
public static function get fitPage():ViewZoomStyle
fitVisible | property |
fitVisible:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for FIT_VISIBLE. Fits the the text area of the page to the window width; obscures page margins and may obscure the lower portion of the page.
public static function get fitVisible():ViewZoomStyle
fitWidth | property |
fitWidth:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for FIT_WIDTH. Fits the page to the width of the window; may obscure the lower portion of the page.
public static function get fitWidth():ViewZoomStyle
FULL_SCREEN | property |
FULL_SCREEN:ViewZoomStyle
[read-only] Since : | CS5 |
Fills the screen with the page; hides the toolbar, command bar, menu bar, and window controls.
public static function get FULL_SCREEN():ViewZoomStyle
fullScreen | property |
fullScreen:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for FULL_SCREEN. Fills the screen with the page; hides the toolbar, command bar, menu bar, and window controls.
public static function get fullScreen():ViewZoomStyle
ONE_COLUMN | property |
ONE_COLUMN:ViewZoomStyle
[read-only] Since : | CS5 |
Arranges the pages in a continuous vertical column that is one page wide.
public static function get ONE_COLUMN():ViewZoomStyle
oneColumn | property |
oneColumn:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for ONE_COLUMN. Arranges the pages in a continuous vertical column that is one page wide.
public static function get oneColumn():ViewZoomStyle
SINGLE_PAGE | property |
SINGLE_PAGE:ViewZoomStyle
[read-only] Since : | CS5 |
Displays one page in the document pane at a time.
public static function get SINGLE_PAGE():ViewZoomStyle
singlePage | property |
singlePage:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for SINGLE_PAGE. Displays one page in the document pane at a time.
public static function get singlePage():ViewZoomStyle
TWO_COLUMN | property |
TWO_COLUMN:ViewZoomStyle
[read-only] Since : | CS5 |
Arranges the pages side by side in a continuous vertical column that is two pages wide.
public static function get TWO_COLUMN():ViewZoomStyle
twoColumn | property |
twoColumn:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for TWO_COLUMN. Arranges the pages side by side in a continuous vertical column that is two pages wide.
public static function get twoColumn():ViewZoomStyle
ZOOM_IN | property |
ZOOM_IN:ViewZoomStyle
[read-only] Since : | CS5 |
Magnifies the view to the next preset percentage.
public static function get ZOOM_IN():ViewZoomStyle
ZOOM_OUT | property |
ZOOM_OUT:ViewZoomStyle
[read-only] Since : | CS5 |
Reduces the view to the previous preset percentage.
public static function get ZOOM_OUT():ViewZoomStyle
zoomIn | property |
zoomIn:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for ZOOM_IN. Magnifies the view to the next preset percentage.
public static function get zoomIn():ViewZoomStyle
zoomOut | property |
zoomOut:ViewZoomStyle
[read-only] Since : | CS5 |
Alias for ZOOM_OUT. Reduces the view to the previous preset percentage.
public static function get zoomOut():ViewZoomStyle
ViewZoomStyle | () | Constructor |
public function ViewZoomStyle(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|