A collection of hyperlink external page destinations.
Methods
HyperlinkExternalPageDestinationadd ([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) |
HyperlinkExternalPageDestinationanyItem ()
Returns any HyperlinkExternalPageDestination in the collection.
number count ()
Displays the number of elements in the HyperlinkExternalPageDestination.
Array of HyperlinkExternalPageDestinationeveryItem ()
Returns every HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestinationfirstItem ()
Returns the first HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestinationitem (index:
any)
Returns the HyperlinkExternalPageDestination with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
HyperlinkExternalPageDestinationitemByID (id:
number)
Returns the HyperlinkExternalPageDestination with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
HyperlinkExternalPageDestinationitemByName (name:
string)
Returns the HyperlinkExternalPageDestination with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of HyperlinkExternalPageDestinationitemByRange (from:
any, to:
any)
Returns the HyperlinkExternalPageDestinations within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | HyperlinkExternalPageDestination Long Integer String |
The HyperlinkExternalPageDestination, index, or name at the beginning of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String. |
| to | HyperlinkExternalPageDestination Long Integer String |
The HyperlinkExternalPageDestination, index, or name at the end of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String. |
HyperlinkExternalPageDestinationlastItem ()
Returns the last HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestinationmiddleItem ()
Returns the middle HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestinationnextItem (obj:
HyperlinkExternalPageDestination)
Returns the HyperlinkExternalPageDestination whose index follows the specified HyperlinkExternalPageDestination in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | HyperlinkExternalPageDestination | The HyperlinkExternalPageDestination whose index comes before the desired HyperlinkExternalPageDestination. |
HyperlinkExternalPageDestinationpreviousItem (obj:
HyperlinkExternalPageDestination)
Returns the HyperlinkExternalPageDestination with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | HyperlinkExternalPageDestination | The index of the HyperlinkExternalPageDestination that follows the desired HyperlinkExternalPageDestination. |
string toSource ()
Generates a string which, if executed, will return the HyperlinkExternalPageDestination.
Element of:
Document.hyperlinkExternalPageDestinations