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