A collection of hyperlinks.
hyperlink Properties
| Property | Type | Access | Description |
|---|---|---|---|
| border color | anything | r/w | The hyperlink border color, specified as a UI color. Can return: list of 3 fixed (0 – 255) or light blue/red/green/blue/yellow/magenta/cyan/gray/black/orange/dark green/teal/tan/brown/violet/gold/dark blue/pink/lavender/brick red/olive green/peach/burg… |
| border style | solid, dashed, |
r/w | The hyperlink border style. |
| class | type class | read | The class descriptor type. |
| destination | reference | r/w | The text, page, or URL that the hyperlink points to. For information, see hyperlink page destination, hyperlink external page destination, hyperlink text destination, or hyperlink url destination. Can return: hyperlink text destination, hyperlink page … |
| hidden | boolean | read | If true, the hyperlink is hidden. |
| highlight | none, invert, outline, inset, |
r/w | The hyperlink highlight style. |
| id | integer | read | The unique ID of the hyperlink. |
| index | integer | read | The index of the hyperlink within its containing object. |
| label | string | r/w | A property that can be set to any string. |
| name | string | r/w | The name of the hyperlink. |
| object reference | hyperlink | read | An object reference for the hyperlink. |
| parent | document | read | The parent of the hyperlink (a document). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| source | reference | r/w | The hyperlinked text or page item. For information, see hyperlink page item source or hyperlink text source. Can return: hyperlink page item source or hyperlink text source. |
| visible | boolean | r/w | If true, the hyperlink is visible. |
| width | thin, medium, thick, |
r/w | The hyperlink’s border weight. |