Adds an event listener.
Object
HyperlinkTextSource
A hyperlinked text object or insertion point.
Extended byCrossReferenceSource
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| CharacterStyle | read/write | Character style of the hyperlink text source. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the HyperlinkTextSource. | |
| Number | readonly | The index of the HyperlinkTextSource within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | read/write | The name of the HyperlinkTextSource. | |
| Document | readonly | The parent of the HyperlinkTextSource (a Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| Text | read/write | The hyperlinked text or insertion point. |
Methods
→ String
Gets the label value associated with the specified key.
Resolves the object specifier, creating an array of object references.
→ void
Sets the label to the value associated with the specified key.
→ void
Deletes the HyperlinkTextSource.
→ Boolean
Removes the event listener.
→ void
Jumps to the hyperlink source.
→ String
Generates a string which, if executed, will return the HyperlinkTextSource.
→ String
Retrieves the object specifier.
Object of 4
Properties elsewhere that hold a HyperlinkTextSource.
Parameter of 4
Method parameters that accept a HyperlinkTextSource.
Return 22
Methods that return a HyperlinkTextSource.
Character.findHyperlinks()HyperlinkTextSource.getElements()HyperlinkTextSources.[]()HyperlinkTextSources.add()HyperlinkTextSources.anyItem()HyperlinkTextSources.everyItem()HyperlinkTextSources.firstItem()HyperlinkTextSources.item()HyperlinkTextSources.itemByID()HyperlinkTextSources.itemByName()HyperlinkTextSources.itemByRange()HyperlinkTextSources.lastItem()HyperlinkTextSources.middleItem()HyperlinkTextSources.nextItem()HyperlinkTextSources.previousItem()InsertionPoint.findHyperlinks()Line.findHyperlinks()Paragraph.findHyperlinks()Text.findHyperlinks()TextColumn.findHyperlinks()TextStyleRange.findHyperlinks()Word.findHyperlinks()