HyperlinkExternalPageDestinations
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
HyperlinkExternalPageDestination add ([destination:
Page][, withProperties:
Object])
Creates a new hyperlink external page destination.
Parameter | Type | Description |
---|---|---|
destination | Page | The destination page. (Optional) |
withProperties | Object | Initial values for properties of the new HyperlinkExternalPageDestination (Optional) |
HyperlinkExternalPageDestination anyItem ()
Returns any HyperlinkExternalPageDestination in the collection.
number count ()
Displays the number of elements in the HyperlinkExternalPageDestination.
Array
of HyperlinkExternalPageDestination everyItem ()
Returns every HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestination firstItem ()
Returns the first HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestination item (index:
any)
Returns the HyperlinkExternalPageDestination with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
HyperlinkExternalPageDestination itemByID (id:
number)
Returns the HyperlinkExternalPageDestination with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
HyperlinkExternalPageDestination itemByName (name:
string)
Returns the HyperlinkExternalPageDestination with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of HyperlinkExternalPageDestination itemByRange (from:
any, to:
any)
Returns the HyperlinkExternalPageDestinations within the specified range.
Parameter | Type | Description |
---|---|---|
from | HyperlinkExternalPageDestination Long Integer String | The HyperlinkExternalPageDestination, index, or name at the beginning of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String. |
to | HyperlinkExternalPageDestination Long Integer String | The HyperlinkExternalPageDestination, index, or name at the end of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String. |
HyperlinkExternalPageDestination lastItem ()
Returns the last HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestination middleItem ()
Returns the middle HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestination nextItem (obj:
HyperlinkExternalPageDestination)
Returns the HyperlinkExternalPageDestination whose index follows the specified HyperlinkExternalPageDestination in the collection.
Parameter | Type | Description |
---|---|---|
obj | HyperlinkExternalPageDestination | The HyperlinkExternalPageDestination whose index comes before the desired HyperlinkExternalPageDestination. |
HyperlinkExternalPageDestination previousItem (obj:
HyperlinkExternalPageDestination)
Returns the HyperlinkExternalPageDestination with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | HyperlinkExternalPageDestination | The index of the HyperlinkExternalPageDestination that follows the desired HyperlinkExternalPageDestination. |
string toSource ()
Generates a string which, if executed, will return the HyperlinkExternalPageDestination.
Element of
Document.hyperlinkExternalPageDestinations
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |