The HypertextLinkCollection object contains all hypertext links in a Text Control document.

Syntax

HypertextLinkCollection

Introduced: X18.

Methods

Method Description
add Inserts a new hypertext link at the current input position.
elementAt Returns the element at a specified index in the collection.
(Inherited from Collection)
forEach Executes a callback function for each element.
(Inherited from Collection)
getCount Gets the number of elements contained in the collection.
(Inherited from Collection)
getItem Gets the hypertext link with the specified id.
remove Removes a hypertext link from a Text Control document.