Edit in GitHubLog an issue

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

TypeNameDescription
Page
destination
The destination page. (Optional)
Object
withProperties
Initial values for properties of the new HyperlinkExternalPageDestination (Optional)

Number count()

Displays the number of elements in the HyperlinkExternalPageDestination.


HyperlinkExternalPageDestination item( Mixed index )

Returns the HyperlinkExternalPageDestination with the specified index or name.

Parameters

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

HyperlinkExternalPageDestination itemByName( String name )

Returns the HyperlinkExternalPageDestination with the specified name.

Parameters

TypeNameDescription
String
name
The name.

HyperlinkExternalPageDestination itemByID( Number id )

Returns the HyperlinkExternalPageDestination with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

HyperlinkExternalPageDestination itemByRange( Mixed from, Mixed to )

Returns the HyperlinkExternalPageDestinations within the specified range.

Parameters

TypeNameDescription
Mixed
from
The HyperlinkExternalPageDestination, index, or name at the beginning of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String.
Mixed
to
The HyperlinkExternalPageDestination, index, or name at the end of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String.

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

TypeNameDescription
HyperlinkExternalPageDestination
obj
The index of the HyperlinkExternalPageDestination that follows the desired HyperlinkExternalPageDestination.

HyperlinkExternalPageDestination nextItem( HyperlinkExternalPageDestination obj )

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

Parameters

TypeNameDescription
HyperlinkExternalPageDestination
obj
The HyperlinkExternalPageDestination whose index comes before the desired HyperlinkExternalPageDestination.

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.

Parameters

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.