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