Class Hyperlink
Hyperlink class
Contains elements for creating multiple jumps between a shape or drawing page and another drawing page, another file, or a Web site.
Constructors
Properties
Name | Description |
---|
Address { get; } | Specifies a URL address, DOS file name, or UNC path to jump to. |
Default { get; } | Specifies the default hyperlink for a shape or page. |
Del { get; set; } | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. |
Description { get; } | Description element contains a text string that describes the hyperlink. |
ExtraInfo { get; } | 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 { get; } | 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. |
ID { get; set; } | The unique ID of the element within its parent element. |
Invisible { get; } | Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page. |
Name { get; set; } | The name of the element. |
NameU { get; set; } | The universal name of the element. |
NewWindow { get; } | 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. |
SortKey { get; } | Invisible element indicates whether a hyperlink appears on the shortcut menu for a shape or page. |
SubAddress { get; } | Specifies a location within the target document to link to. |
Methods
Name | Description |
---|
Clone() | Creates deep copy of this instance. |
See Also