A collection of hyperlinks.
hyperlink Properties
| Property | Type | Access | Description |
|---|---|---|---|
| border color | any | r/w | The hyperlink border 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/burgundy/grass green/ochre/pu… |
| border style | solid, dashed, |
r/w | The hyperlink border style. |
| class | type | read | The class descriptor type. |
| destination | specifier | r/w | The text, page, or URL that the hyperlink points to. Can return: hyperlink text destination, hyperlink page destination, hyperlink external page destination, hyperlink URL destination or paragraph destination. |
| 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 | text | r/w | A property that can be set to any string. |
| name | text | r/w | The name of the hyperlink. |
| object reference | hyperlink | read | An object reference for the object. |
| 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 | specifier | r/w | The hyperlinked text or page item. Can return: hyperlink page item source, hyperlink text source or cross reference source. |
| visible | boolean | r/w | If true, the hyperlink is visible. |
| width | thin, medium, thick, |
r/w | The stroke weight of the hyperlink border. |