Adds an event listener.
Object
Hyperlink
A hyperlink.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| 3 Reals (0 - 255)[] | UIColors[] | read/write | The hyperlink border color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. | |
| HyperlinkAppearanceStyle | read/write | The hyperlink border style. | |
| HyperlinkExternalPageDestination | HyperlinkPageDestination | HyperlinkTextDestination | HyperlinkURLDestination | ParagraphDestination | read/write | The text, page, or URL that the hyperlink points to. Can return: HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination or ParagraphDestination. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| HyperlinkAppearanceHighlight | read/write | The hyperlink highlight style. | |
| Number | readonly | The unique ID of the Hyperlink. | |
| Number | readonly | The index of the Hyperlink 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 Hyperlink. | |
| Document | readonly | The parent of the Hyperlink (a Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| HyperlinkPageItemSource | HyperlinkTextSource | CrossReferenceSource | read/write | The hyperlinked text or page item. Can return: HyperlinkPageItemSource, HyperlinkTextSource or CrossReferenceSource. | |
| Boolean | read/write | If true, the Hyperlink is visible. | |
| HyperlinkAppearanceWidth | read/write | The stroke weight of the hyperlink border. |
Methods
→ String
Gets the label value associated with the specified key.
→ Hyperlink[]
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 Hyperlink.
→ Boolean
Removes the event listener.
→ void
Jumps to the hyperlink destination.
→ void
Jumps to the hyperlink source.
→ String
Generates a string which, if executed, will return the Hyperlink.
→ String
Retrieves the object specifier.
Object of 3
Properties elsewhere that hold a Hyperlink.
Parameter of 3
Method parameters that accept a Hyperlink.
Return 14
Methods that return a Hyperlink.