Package | com.adobe.incopy |
Class | public class HyperlinkDestinationPageSetting |
Inheritance | HyperlinkDestinationPageSetting ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | HyperlinkDestinationPageSetting | ||
fitHeight : HyperlinkDestinationPageSetting [static] [read-only] Alias for FIT_HEIGHT. | HyperlinkDestinationPageSetting | ||
FIT_HEIGHT : HyperlinkDestinationPageSetting [static] [read-only]
Fits the destination page to the window height; may obscure the right side the page. | HyperlinkDestinationPageSetting | ||
fitView : HyperlinkDestinationPageSetting [static] [read-only] Alias for FIT_VIEW. | HyperlinkDestinationPageSetting | ||
FIT_VIEW : HyperlinkDestinationPageSetting [static] [read-only]
Displays the visible portion of the destination page as the destination. | HyperlinkDestinationPageSetting | ||
fitVisible : HyperlinkDestinationPageSetting [static] [read-only] Alias for FIT_VISIBLE. | HyperlinkDestinationPageSetting | ||
FIT_VISIBLE : HyperlinkDestinationPageSetting [static] [read-only]
Fits the the text area of the destination page to the window width; obscures page margins and may obscure the lower portion of the page. | HyperlinkDestinationPageSetting | ||
fitWidth : HyperlinkDestinationPageSetting [static] [read-only] Alias for FIT_WIDTH. | HyperlinkDestinationPageSetting | ||
FIT_WIDTH : HyperlinkDestinationPageSetting [static] [read-only]
Fits the destination page to the width of the window; may obscure the lower portion of the page. | HyperlinkDestinationPageSetting | ||
fitWindow : HyperlinkDestinationPageSetting [static] [read-only] Alias for FIT_WINDOW. | HyperlinkDestinationPageSetting | ||
FIT_WINDOW : HyperlinkDestinationPageSetting [static] [read-only]
Fits the entire destination page in the document window. | HyperlinkDestinationPageSetting | ||
fixed : HyperlinkDestinationPageSetting [static] [read-only] Alias for FIXED. | HyperlinkDestinationPageSetting | ||
FIXED : HyperlinkDestinationPageSetting [static] [read-only]
Fits the destination page within the specified rectangle. | HyperlinkDestinationPageSetting | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
inheritZoom : HyperlinkDestinationPageSetting [static] [read-only] Alias for INHERIT_ZOOM. | HyperlinkDestinationPageSetting | ||
INHERIT_ZOOM : HyperlinkDestinationPageSetting [static] [read-only]
The destination page is displayed at the same zoom percent as the previously displayed page. | HyperlinkDestinationPageSetting | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
HyperlinkDestinationPageSetting(ho:HostObject = null, enum:Number)
Constructor
| HyperlinkDestinationPageSetting | ||
![]() | 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
FIT_HEIGHT | property |
FIT_HEIGHT:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Fits the destination page to the window height; may obscure the right side the page. Note: The magnification changes automatically when the window is resized vertically.
public static function get FIT_HEIGHT():HyperlinkDestinationPageSetting
FIT_VIEW | property |
FIT_VIEW:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Displays the visible portion of the destination page as the destination.
public static function get FIT_VIEW():HyperlinkDestinationPageSetting
FIT_VISIBLE | property |
FIT_VISIBLE:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Fits the the text area of the destination page to the window width; obscures page margins and may obscure the lower portion of the page. Note: The magnification changes automatically when the window is resized horizontally.
public static function get FIT_VISIBLE():HyperlinkDestinationPageSetting
FIT_WIDTH | property |
FIT_WIDTH:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Fits the destination page to the width of the window; may obscure the lower portion of the page. Note: The magnification changes automatically when the window is resized horizontally.
public static function get FIT_WIDTH():HyperlinkDestinationPageSetting
FIT_WINDOW | property |
FIT_WINDOW:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Fits the entire destination page in the document window. Note: The magnification changes automatically when the window is resized.
public static function get FIT_WINDOW():HyperlinkDestinationPageSetting
fitHeight | property |
fitHeight:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Alias for FIT_HEIGHT. Fits the destination page to the window height; may obscure the right side the page. Note: The magnification changes automatically when the window is resized vertically.
public static function get fitHeight():HyperlinkDestinationPageSetting
fitView | property |
fitView:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Alias for FIT_VIEW. Displays the visible portion of the destination page as the destination.
public static function get fitView():HyperlinkDestinationPageSetting
fitVisible | property |
fitVisible:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Alias for FIT_VISIBLE. Fits the the text area of the destination page to the window width; obscures page margins and may obscure the lower portion of the page. Note: The magnification changes automatically when the window is resized horizontally.
public static function get fitVisible():HyperlinkDestinationPageSetting
fitWidth | property |
fitWidth:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Alias for FIT_WIDTH. Fits the destination page to the width of the window; may obscure the lower portion of the page. Note: The magnification changes automatically when the window is resized horizontally.
public static function get fitWidth():HyperlinkDestinationPageSetting
fitWindow | property |
fitWindow:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Alias for FIT_WINDOW. Fits the entire destination page in the document window. Note: The magnification changes automatically when the window is resized.
public static function get fitWindow():HyperlinkDestinationPageSetting
fixed | property |
fixed:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Alias for FIXED. Fits the destination page within the specified rectangle. For information on specifying the rectangle size and position, see the entry for view bounds.
public static function get fixed():HyperlinkDestinationPageSetting
FIXED | property |
FIXED:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Fits the destination page within the specified rectangle. For information on specifying the rectangle size and position, see the entry for view bounds.
public static function get FIXED():HyperlinkDestinationPageSetting
INHERIT_ZOOM | property |
INHERIT_ZOOM:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
The destination page is displayed at the same zoom percent as the previously displayed page. Note: The magnification changes automatically when the window is resized.
public static function get INHERIT_ZOOM():HyperlinkDestinationPageSetting
inheritZoom | property |
inheritZoom:HyperlinkDestinationPageSetting
[read-only] Since : | CS5 |
Alias for INHERIT_ZOOM. The destination page is displayed at the same zoom percent as the previously displayed page. Note: The magnification changes automatically when the window is resized.
public static function get inheritZoom():HyperlinkDestinationPageSetting
HyperlinkDestinationPageSetting | () | Constructor |
public function HyperlinkDestinationPageSetting(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|