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