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