InstancesHyperlinkURLDestination [] (index:
number)
Returns the HyperlinkURLDestination with the specified index.
Parameter | Type | Description |
index | number | The index. |
HyperlinkURLDestination add ([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) |
HyperlinkURLDestination anyItem ()
Returns any HyperlinkURLDestination in the collection.
number count ()
Displays the number of elements in the HyperlinkURLDestination.
Array of HyperlinkURLDestination everyItem ()
Returns every HyperlinkURLDestination in the collection.
HyperlinkURLDestination firstItem ()
Returns the first HyperlinkURLDestination in the collection.
HyperlinkURLDestination item (index:
varies)
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. |
HyperlinkURLDestination itemByID (id:
number)
Returns the HyperlinkURLDestination with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
HyperlinkURLDestination itemByName (name:
string)
Returns the HyperlinkURLDestination with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of HyperlinkURLDestination itemByRange (from:
varies, to:
varies)
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. |
HyperlinkURLDestination lastItem ()
Returns the last HyperlinkURLDestination in the collection.
HyperlinkURLDestination middleItem ()
Returns the middle HyperlinkURLDestination in the collection.
HyperlinkURLDestination nextItem (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. |
HyperlinkURLDestination previousItem (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.
|