HyperlinkPageDestination
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
destinationPage | Page | r/w | The page that the hyperlink points to. |
hidden | bool | readonly | If true, the hyperlink is hidden. |
id | number | readonly | The unique ID of the HyperlinkPageDestination. |
index | number | readonly | The index of the HyperlinkPageDestination within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
label | string | r/w | A property that can be set to any string. |
name | string | r/w | The name of the HyperlinkPageDestination. |
nameManually | bool | r/w | If true or unspecified, allows a custom destination name; also does not update the name when the destination is moved to a different page. If false, uses the page number as the page destination name and makes the name property read-only for the destination object; also updates the name when the destination is moved to a different page. |
parent | Document | readonly | The parent of the HyperlinkPageDestination (a Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
viewBounds | bottom:Unit left:Unit Ordered array containing top:Unit right:Unit |
r/w | The view rectangle, specified in the format [y1, x1, y2, x2]. Note: Valid only when view setting is fixed. Can return: Ordered array containing top:Unit, left:Unit, bottom:Unit, right:Unit. |
viewPercentage | number (range: 5 - 4000) | r/w | The zoom percentage. (Range: 5 to 4000) Note: Valid only when view setting is fixed. |
viewSetting | HyperlinkDestinationPageSetting: HyperlinkDestinationPageSetting.FIXED HyperlinkDestinationPageSetting.FIT_VIEW HyperlinkDestinationPageSetting.FIT_WINDOW HyperlinkDestinationPageSetting.FIT_WIDTH HyperlinkDestinationPageSetting.FIT_HEIGHT HyperlinkDestinationPageSetting.FIT_VISIBLE HyperlinkDestinationPageSetting.INHERIT_ZOOM |
r/w | The destination page size when the page is reached by clicking the hyperlink. |
Methods
Instances
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
Array of HyperlinkPageDestination getElements ()
Resolves the object specifier, creating an array of object references.
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
void remove ()
Deletes the HyperlinkPageDestination.
void showDestination ()
Jumps to the hyperlink destination.
string toSource ()
Generates a string which, if executed, will return the HyperlinkPageDestination.
string toSpecifier ()
Retrieves the object specifier.
Element of
Bookmark.destination
Hyperlink.destination
Used in:
Bookmark Bookmarks.add (destination: any[, withProperties: Object])
array of HyperlinkPageDestination HyperlinkPageDestinations.itemByRange (from: any, to: any)
HyperlinkPageDestination HyperlinkPageDestinations.nextItem (obj: HyperlinkPageDestination)
HyperlinkPageDestination HyperlinkPageDestinations.previousItem (obj: HyperlinkPageDestination)
Hyperlink Hyperlinks.add (hyperlinkSource: any[, hyperlinkDestination: any][, withProperties: Object])
Return
Array of HyperlinkPageDestination HyperlinkPageDestination.getElements ()
HyperlinkPageDestination HyperlinkPageDestinations.[] (index: number)
HyperlinkPageDestination HyperlinkPageDestinations.add ([destination: Page][, withProperties: Object])
HyperlinkPageDestination HyperlinkPageDestinations.anyItem ()
Array of HyperlinkPageDestination HyperlinkPageDestinations.everyItem ()
HyperlinkPageDestination HyperlinkPageDestinations.firstItem ()
HyperlinkPageDestination HyperlinkPageDestinations.item (index: any)
HyperlinkPageDestination HyperlinkPageDestinations.itemByID (id: number)
HyperlinkPageDestination HyperlinkPageDestinations.itemByName (name: string)
Array of HyperlinkPageDestination HyperlinkPageDestinations.itemByRange (from: any, to: any)
HyperlinkPageDestination HyperlinkPageDestinations.lastItem ()
HyperlinkPageDestination HyperlinkPageDestinations.middleItem ()
HyperlinkPageDestination HyperlinkPageDestinations.nextItem (obj: HyperlinkPageDestination)
HyperlinkPageDestination HyperlinkPageDestinations.previousItem (obj: HyperlinkPageDestination)
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |