A collection of hyperlink external page destinations.
Go to Property Listing | Method Listing
add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The number of objects in the collection. |
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 Long String)
Returns the HyperlinkExternalPageDestination with the specified index or name.
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
Long |
The index or name. Can accept: Long 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 Long String, to:Varies HyperlinkExternalPageDestination Long String)
Returns the HyperlinkExternalPageDestinations within the specified range.
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
HyperlinkExternalPageDestination Long |
The HyperlinkExternalPageDestination, index, or name at the beginning of the range. Can accept: HyperlinkExternalPageDestination, Long or String. |
|
to |
HyperlinkExternalPageDestination Long |
The HyperlinkExternalPageDestination, index, or name at the end of the range. Can accept: HyperlinkExternalPageDestination, Long 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.
Document.hyperlinkExternalPageDestinations