Class
HyperlinkExternalPageDestinations |
| A collection of hyperlink external page destinations. |
QuickLinks |
add, count |
Properties
| Property | Type | Access | Description |
length | number |
readonly | The number of objects in the collection. |
|
Methods
| InstancesHyperlinkExternalPageDestination add ([destination:
Page][, withProperties:
Object])
Creates a new hyperlink external page destination.
Parameter | Type | Description |
destination | Page | The destination page. (Optional) |
withProperties | Object | Initial values for properties of the new HyperlinkExternalPageDestination (Optional) |
number count ()
Displays the number of elements in the HyperlinkExternalPageDestination.
|
Element of |
Document.hyperlinkExternalPageDestinations
|