A collection of hyperlink URL destinations.
Methods
HyperlinkURLDestinationadd ([destination:
string][, withProperties:
Object])
Creates a new hyperlink URL destination.
| Parameter | Type | Description |
|---|---|---|
| destination | string | The URL that the hyperlink points to. (Optional) |
| withProperties | Object | Initial values for properties of the new HyperlinkURLDestination (Optional) |
HyperlinkURLDestinationanyItem ()
Returns any HyperlinkURLDestination in the collection.
number count ()
Displays the number of elements in the HyperlinkURLDestination.
Array of HyperlinkURLDestinationeveryItem ()
Returns every HyperlinkURLDestination in the collection.
HyperlinkURLDestinationfirstItem ()
Returns the first HyperlinkURLDestination in the collection.
HyperlinkURLDestinationitem (index:
any)
Returns the HyperlinkURLDestination with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
HyperlinkURLDestinationitemByID (id:
number)
Returns the HyperlinkURLDestination with the specified ID.
| Parameter | Type | Description |
|---|---|---|
| id | number | The ID. |
HyperlinkURLDestinationitemByName (name:
string)
Returns the HyperlinkURLDestination with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of HyperlinkURLDestinationitemByRange (from:
any, to:
any)
Returns the HyperlinkURLDestinations within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | HyperlinkURLDestination Long Integer String |
The HyperlinkURLDestination, index, or name at the beginning of the range. Can accept: HyperlinkURLDestination, Long Integer or String. |
| to | HyperlinkURLDestination Long Integer String |
The HyperlinkURLDestination, index, or name at the end of the range. Can accept: HyperlinkURLDestination, Long Integer or String. |
HyperlinkURLDestinationlastItem ()
Returns the last HyperlinkURLDestination in the collection.
HyperlinkURLDestinationmiddleItem ()
Returns the middle HyperlinkURLDestination in the collection.
HyperlinkURLDestinationnextItem (obj:
HyperlinkURLDestination)
Returns the HyperlinkURLDestination whose index follows the specified HyperlinkURLDestination in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | HyperlinkURLDestination | The HyperlinkURLDestination whose index comes before the desired HyperlinkURLDestination. |
HyperlinkURLDestinationpreviousItem (obj:
HyperlinkURLDestination)
Returns the HyperlinkURLDestination with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | HyperlinkURLDestination | The index of the HyperlinkURLDestination that follows the desired HyperlinkURLDestination. |
string toSource ()
Generates a string which, if executed, will return the HyperlinkURLDestination.
Element of:
Document.hyperlinkURLDestinations