Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [destination] [, withProperties]) |
→ HyperlinkExternalPageDestination |
| count( | ) |
→ number |
| item( | index) |
→ HyperlinkExternalPageDestination |
| itemByRange( | from, to) |
→ HyperlinkExternalPageDestination |
| toSource( | ) |
→ string |
-
add( [destination] [, withProperties])→ HyperlinkExternalPageDestination -
Creates a new hyperlink external page destination.
destinationPage The destination page. (Optional) withPropertiesObject Initial values for properties of the new HyperlinkExternalPageDestination (Optional) -
anyItem( )→ HyperlinkExternalPageDestination -
Returns any HyperlinkExternalPageDestination in the collection.
-
count( )→ number -
Displays the number of elements in the HyperlinkExternalPageDestination.
-
everyItem( )→ HyperlinkExternalPageDestination -
Returns every HyperlinkExternalPageDestination in the collection.
-
firstItem( )→ HyperlinkExternalPageDestination -
Returns the first HyperlinkExternalPageDestination in the collection.
-
item( index)→ HyperlinkExternalPageDestination -
Returns the HyperlinkExternalPageDestination with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByID( id)→ HyperlinkExternalPageDestination -
Returns the HyperlinkExternalPageDestination with the specified ID.
idnumber The ID. -
itemByName( name)→ HyperlinkExternalPageDestination -
Returns the HyperlinkExternalPageDestination with the specified name.
namestring The name. -
itemByRange( from, to)→ HyperlinkExternalPageDestination -
Returns the HyperlinkExternalPageDestinations within the specified range.
fromThe HyperlinkExternalPageDestination, index, or name at the beginning of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String. toThe HyperlinkExternalPageDestination, index, or name at the end of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String. -
lastItem( )→ HyperlinkExternalPageDestination -
Returns the last HyperlinkExternalPageDestination in the collection.
-
middleItem( )→ HyperlinkExternalPageDestination -
Returns the middle HyperlinkExternalPageDestination in the collection.
-
nextItem( obj)→ HyperlinkExternalPageDestination -
Returns the HyperlinkExternalPageDestination whose index follows the specified HyperlinkExternalPageDestination in the collection.
objHyperlinkExternalPageDestination The HyperlinkExternalPageDestination whose index comes before the desired HyperlinkExternalPageDestination. -
previousItem( obj)→ HyperlinkExternalPageDestination -
Returns the HyperlinkExternalPageDestination with the index previous to the specified index.
objHyperlinkExternalPageDestination The index of the HyperlinkExternalPageDestination that follows the desired HyperlinkExternalPageDestination. -
toSource( )→ string -
Generates a string which, if executed, will return the HyperlinkExternalPageDestination.