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