A hyperlink external page destination.
hyperlink external page destination properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| destination page index | integer (1 – 9999) | r/w | The index of the page this destination points to. |
| document path | string | r/w | The path to the document this destination points to. |
| hidden | boolean | read | Is this object hidden in the UI. |
| id | integer | read | A unique number identifying the object. |
| index | integer | read | Index of the object within its parent object. |
| label | string | r/w | A label that can be set to any string. |
| name | string | read | The name of the object. |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
| view bounds | list of 4 numbers or strings | r/w | The view rectangle (ignored unless view setting is fixed). |
| view percentage | fixed (5 – 4000) | r/w | The zoom percentage (ignored unless view setting is fixed). |
| view setting | hyperlink destination page setting enumeration | r/w | The view setting for the target page. |
hyperlink external page destination methods
| Method | Returns | Description |
|---|---|---|
| delete | Nothing | Delete the object. |
| extract label | string | Gets the content of the label associated with the specified key (name). |
| insert label | Nothing | Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| show destination | Nothing | Go to Hyperlink destination. |