A hyperlink destination that is a document page.
Go to Property Listing | Method Listing
extractLabel, getElements, insertLabel, remove, showDestination, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The page that the hyperlink points to. |
||
|
readonly |
If true, the hyperlink is hidden. |
||
|
readonly |
The unique ID of the HyperlinkPageDestination. |
||
|
readonly |
The index of the HyperlinkPageDestination within its containing object. |
||
|
read/write |
A property that can be set to any string. |
||
|
read/write |
The name of the HyperlinkPageDestination. |
||
|
read/write |
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. |
||
|
readonly |
The parent of the HyperlinkPageDestination (a Document). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
The view rectangle, specified in the format [y1, x1, y2, x2]. Note: Valid only when view setting is fixed. |
||
|
Number (range 5 - 4000) |
read/write |
The zoom percentage. (Range: 5 to 4000) Note: Valid only when view setting is fixed. |
|
|
read/write |
The destination page size when the page is reached by clicking the hyperlink. |
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
HyperlinkPageDestination getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
undefined remove ()
Deletes the HyperlinkPageDestination.
undefined showDestination ()
Jumps to the hyperlink destination.
String toSource ()
Generates a string which, if executed, will return the HyperlinkPageDestination.
String toSpecifier ()
Retrieves the object specifier.
HyperlinkPageDestinations.add()
HyperlinkPageDestination.getElements()
HyperlinkPageDestinations.anyItem()
HyperlinkPageDestinations.everyItem()
HyperlinkPageDestinations.nextItem()
HyperlinkPageDestinations.previousItem()
HyperlinkPageDestinations.itemByID()
HyperlinkPageDestinations.item()
HyperlinkPageDestinations.itemByName()
HyperlinkPageDestinations.itemByRange()
HyperlinkPageDestinations.firstItem()