A hyperlink destination that is a page in a document other than the document that contains the hyperlink source. For information on hyperlink sources, hyperlink page item source or hyperlink text source.
Go to Property Listing | Method Listing
Boolean, HyperlinkDestinationPageSetting, Number, Object, String
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The index of the page this destination points to |
||
|
read/write |
The path to the document this destination points to |
||
|
readonly |
If true, the hyperlink is hidden. |
||
|
readonly |
The unique ID of the HyperlinkExternalPageDestination. |
||
|
readonly |
The index of the HyperlinkExternalPageDestination within its containing object. |
||
|
read/write |
A property that can be set to any string. |
||
|
readonly |
The name of the HyperlinkExternalPageDestination. |
||
|
readonly |
The parent of the HyperlinkExternalPageDestination (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. |
||
|
read/write |
The zoom percentage (ignored unless 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. |
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
undefined remove ()
Deletes the HyperlinkExternalPageDestination.
undefined showDestination ()
Jumps to the hyperlink destination.