HyperlinkExternalPageDestinations
A collection of hyperlink external page destinations.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
HyperlinkExternalPageDestination [] (index:Number)
Returns the HyperlinkExternalPageDestination with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
HyperlinkExternalPageDestination add (destination:Page, withProperties:Object)
Creates a new hyperlink external page destination.
Parameter |
Type |
Description |
---|---|---|
destination |
The destination page. (Optional) |
|
withProperties |
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.
HyperlinkExternalPageDestination everyItem ()
Returns every HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestination firstItem ()
Returns the first HyperlinkExternalPageDestination in the collection.
HyperlinkExternalPageDestination item (index:Varies LongInteger String)
Returns the HyperlinkExternalPageDestination with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
HyperlinkExternalPageDestination itemByName (name:String)
Returns the HyperlinkExternalPageDestination with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
HyperlinkExternalPageDestination itemByRange (from:Varies HyperlinkExternalPageDestination LongInteger String, to:Varies HyperlinkExternalPageDestination LongInteger String)
Returns the HyperlinkExternalPageDestinations within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
HyperlinkExternalPageDestination LongInteger |
The HyperlinkExternalPageDestination, index, or name at the beginning of the range. Can accept: HyperlinkExternalPageDestination, Long Integer or String. |
to |
HyperlinkExternalPageDestination LongInteger |
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 |
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 |
The index of the HyperlinkExternalPageDestination that follows the desired HyperlinkExternalPageDestination. |
String toSource ()
Generates a string which, if executed, will return the HyperlinkExternalPageDestination.
Object of
Document.hyperlinkExternalPageDestinations