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