HyperlinkURLDestinations
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
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.
Array
of HyperlinkURLDestination everyItem ()
Returns every HyperlinkURLDestination in the collection.
HyperlinkURLDestination firstItem ()
Returns the first HyperlinkURLDestination in the collection.
HyperlinkURLDestination item (index:
any)
Returns the HyperlinkURLDestination with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long 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. |
Array
of HyperlinkURLDestination itemByRange (from:
any, to:
any)
Returns the HyperlinkURLDestinations within the specified range.
Parameter | Type | Description |
---|---|---|
from | HyperlinkURLDestination Long String | The HyperlinkURLDestination, index, or name at the beginning of the range. Can accept: HyperlinkURLDestination, Long or String. |
to | HyperlinkURLDestination Long String | The HyperlinkURLDestination, index, or name at the end of the range. Can accept: HyperlinkURLDestination, Long 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.
Element of
Document.hyperlinkURLDestinations
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |