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