HyperlinkURLDestinations

A collection of hyperlink URL destinations.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

HyperlinkURLDestination [] (index:Number)

Returns the HyperlinkURLDestination with the specified index.

Parameter

Type

Description

index

Number

The index.

HyperlinkURLDestination add (destination:String, withProperties:Object)

Creates a new hyperlink URL destination.

Parameter

Type

Description

destination

String

The URL that the hyperlink points to. (Optional)

withProperties

Object

Initial values for properties of the new HyperlinkURLDestination (Optional)

HyperlinkURLDestination anyItem ()

Returns any HyperlinkURLDestination in the collection.

Number count ()

Displays the number of elements in the HyperlinkURLDestination.

HyperlinkURLDestination everyItem ()

Returns every HyperlinkURLDestination in the collection.

HyperlinkURLDestination firstItem ()

Returns the first HyperlinkURLDestination in the collection.

HyperlinkURLDestination item (index:Varies LongInteger String)

Returns the HyperlinkURLDestination with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

HyperlinkURLDestination itemByID (id:Number)

Returns the HyperlinkURLDestination with the specified ID.

Parameter

Type

Description

id

Number

The ID.

HyperlinkURLDestination itemByName (name:String)

Returns the HyperlinkURLDestination with the specified name.

Parameter

Type

Description

name

String

The name.

HyperlinkURLDestination itemByRange (from:Varies HyperlinkURLDestination LongInteger String, to:Varies HyperlinkURLDestination LongInteger String)

Returns the HyperlinkURLDestinations within the specified range.

Parameter

Type

Description

from

HyperlinkURLDestination

LongInteger

String

The HyperlinkURLDestination, index, or name at the beginning of the range. Can accept: HyperlinkURLDestination, Long Integer or String.

to

HyperlinkURLDestination

LongInteger

String

The HyperlinkURLDestination, index, or name at the end of the range. Can accept: HyperlinkURLDestination, Long Integer or String.

HyperlinkURLDestination lastItem ()

Returns the last HyperlinkURLDestination in the collection.

HyperlinkURLDestination middleItem ()

Returns the middle HyperlinkURLDestination in the collection.

HyperlinkURLDestination nextItem (obj:HyperlinkURLDestination)

Returns the HyperlinkURLDestination whose index follows the specified HyperlinkURLDestination in the collection.

Parameter

Type

Description

obj

HyperlinkURLDestination

The HyperlinkURLDestination whose index comes before the desired HyperlinkURLDestination.

HyperlinkURLDestination previousItem (obj:HyperlinkURLDestination)

Returns the HyperlinkURLDestination with the index previous to the specified index.

Parameter

Type

Description

obj

HyperlinkURLDestination

The index of the HyperlinkURLDestination that follows the desired HyperlinkURLDestination.

String toSource ()

Generates a string which, if executed, will return the HyperlinkURLDestination.

Object of

Document.hyperlinkURLDestinations