Hyperlink class
Hyperlink class
Contains elements for creating multiple jumps between a shape or drawing page and another drawing page, another file, or a Web site.
The Hyperlink type exposes the following members:
Constructors
Properties
| Property | Description |
|---|
| name | The name of the element. |
| name_u | The universal name of the element. |
| id | The unique ID of the element within its parent element. |
| description | Description element contains a text string that describes the hyperlink. |
| address | Specifies a URL address, DOS file name, or UNC path to jump to. |
| sub_address | Specifies a location within the target document to link to. |
| extra_info | Contains information to be used in resolving a URL, such as the coordinates of an image map. For example, x=41 y=7 would specify the coordinates of an image map. |
| frame | Contains the name of a frame to target when Microsoft Visio is open as an active document in a container application. The default is an empty string. |
| new_window | Specifies whether Microsoft Visio opens a window in a new location when it follows a hyperlink to open a Web page or another Visio document. |
| default | Specifies the default hyperlink for a shape or page. |
| invisible | Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page. |
| sort_key | Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page. |
Methods
| Method | Description |
|---|
| clone() | Creates deep copy of this instance. |
See Also