-
-
Creates a new hyperlink URL destination.
destination
|
string
The URL that the hyperlink points to. (Optional)
|
withProperties
|
Object
Initial values for properties of the new HyperlinkURLDestination (Optional)
|
-
-
Returns any HyperlinkURLDestination in the collection.
-
-
Displays the number of elements in the HyperlinkURLDestination.
-
-
Returns every HyperlinkURLDestination in the collection.
-
-
Returns the first HyperlinkURLDestination in the collection.
-
-
Returns the HyperlinkURLDestination with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the HyperlinkURLDestination with the specified ID.
-
-
Returns the HyperlinkURLDestination with the specified name.
-
-
Returns the HyperlinkURLDestinations within the specified range.
from
|
The HyperlinkURLDestination, index, or name at the beginning of the range. Can accept: HyperlinkURLDestination, Long Integer or String.
|
to
|
The HyperlinkURLDestination, index, or name at the end of the range. Can accept: HyperlinkURLDestination, Long Integer or String.
|
-
-
Returns the last HyperlinkURLDestination in the collection.
-
-
Returns the middle HyperlinkURLDestination in the collection.
-
-
Returns the HyperlinkURLDestination whose index follows the specified HyperlinkURLDestination in the collection.
obj
|
HyperlinkURLDestination
The HyperlinkURLDestination whose index comes before the desired HyperlinkURLDestination.
|
-
-
Returns the HyperlinkURLDestination with the index previous to the specified index.
obj
|
HyperlinkURLDestination
The index of the HyperlinkURLDestination that follows the desired HyperlinkURLDestination.
|
-
-
Generates a string which, if executed, will return the HyperlinkURLDestination.