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

ConstructorDescription
Hyperlink()Constructor.

Properties

PropertyDescription
nameThe name of the element.
name_uThe universal name of the element.
idThe unique ID of the element within its parent element.
descriptionDescription element contains a text string that describes the hyperlink.
addressSpecifies a URL address, DOS file name, or UNC path to jump to.
sub_addressSpecifies a location within the target document to link to.
extra_infoContains 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.
frameContains 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_windowSpecifies whether Microsoft Visio opens a window in a new location when it follows a hyperlink to open a Web page or another Visio document.
defaultSpecifies the default hyperlink for a shape or page.
invisibleInvisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.
sort_keyInvisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also