HyperlinkPageDestinations
A collection of hyperlink page destinations.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
HyperlinkPageDestination add( Page destination, Object withProperties )
Creates a new hyperlink page destination.
Parameters
Number count()
Displays the number of elements in the HyperlinkPageDestination.
HyperlinkPageDestination item( Mixed index )
Returns the HyperlinkPageDestination with the specified index or name.
Parameters
HyperlinkPageDestination itemByName( String name )
Returns the HyperlinkPageDestination with the specified name.
Parameters
HyperlinkPageDestination itemByID( Number id )
Returns the HyperlinkPageDestination with the specified ID.
Parameters
HyperlinkPageDestination itemByRange( Mixed from, Mixed to )
Returns the HyperlinkPageDestinations within the specified range.
Parameters
HyperlinkPageDestination firstItem()
Returns the first HyperlinkPageDestination in the collection.
HyperlinkPageDestination lastItem()
Returns the last HyperlinkPageDestination in the collection.
HyperlinkPageDestination middleItem()
Returns the middle HyperlinkPageDestination in the collection.
HyperlinkPageDestination previousItem( HyperlinkPageDestination obj )
Returns the HyperlinkPageDestination with the index previous to the specified index.
Parameters
HyperlinkPageDestination nextItem( HyperlinkPageDestination obj )
Returns the HyperlinkPageDestination whose index follows the specified HyperlinkPageDestination in the collection.
Parameters
HyperlinkPageDestination anyItem()
Returns any HyperlinkPageDestination in the collection.
HyperlinkPageDestination everyItem()
Returns every HyperlinkPageDestination in the collection.
String toSource()
Generates a string which, if executed, will return the HyperlinkPageDestination.
HyperlinkPageDestination []( Number index )
Returns the HyperlinkPageDestination with the specified index.