Class
A collection of hyperlinks.
add, count
Hyperlinks
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Hyperlink add (hyperlinkSource:
any[, hyperlinkDestination:
any][, withProperties:
Object])
Create a new hyperlink.
Parameter | Type | Description |
---|---|---|
hyperlinkSource | HyperlinkPageItemSource HyperlinkTextSource | The hyperlink source. Can accept: HyperlinkPageItemSource or HyperlinkTextSource. |
hyperlinkDestination | HyperlinkExternalPageDestination HyperlinkPageDestination HyperlinkTextDestination HyperlinkURLDestination | The hyperlink destination. Can accept: HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination or HyperlinkURLDestination. (Optional) |
withProperties | Object | Initial 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.3d | Contents :: Index |