HyperlinkPageDestination
A hyperlink page destination.
HyperlinkPageDestination Properties
| Property |
Type |
Access |
Description |
| DestinationPage |
Page |
r/w |
The page this destination points to. |
| Hidden |
Boolean |
read |
Is this object hidden in the UI. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Name |
String |
r/w |
The name of the object. |
| NameManually |
Boolean |
r/w |
Use a user supplied name for the destination. |
| Parent |
Object |
read |
The parent of the object. |
| ViewBounds |
Array of 4 Units (Doubles or Strings) |
r/w |
The view rectangle (ignored unless view setting is fixed). |
| ViewPercentage |
Double (5 – 4000) |
r/w |
The zoom percentage (ignored unless view setting is fixed). |
| ViewSetting |
idHyperlinkDestinationPageSetting enumeration |
r/w |
The view setting for the target page. |
HyperlinkPageDestination Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| ShowDestination |
Nothing |
Go to Hyperlink destination. |