Adobe InDesign CS (3.0) Object Model JS: Hyperlinks

InDesign CS

Class

Hyperlinks

 A collection of hyperlinks.

QuickLinks

add, count

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

Hyperlink add (hyperlinkSource: any[, hyperlinkDestination: any][, withProperties: Object])
Create a new hyperlink.

ParameterTypeDescription
hyperlinkSourceHyperlinkPageItemSource
HyperlinkTextSource
The hyperlink source. Can accept: HyperlinkPageItemSource or HyperlinkTextSource.
hyperlinkDestinationHyperlinkExternalPageDestination
HyperlinkPageDestination
HyperlinkTextDestination
HyperlinkURLDestination
The hyperlink destination. Can accept: HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination or HyperlinkURLDestination. (Optional)
withPropertiesObjectInitial values for properties of the new Hyperlink (Optional)

number count ()
Displays the number of elements in the Hyperlink.

Element of

Document.hyperlinks

Jongware, 27-Jun-2010 v3.0.3dContents :: Index