Hyperlink Object Members
Visio Automation Reference |
Completely encapsulates the properties and behavior of a hyperlink. A shape can have one or more hyperlinks that navigate to any named location, such as another page, a local document, or a URL. A Hyperlink object enables you to access and manipulate the shape's Hyperlink row.
Methods
Name | Description | |
---|---|---|
AddToFavorites | Adds a shortcut for a hyperlink address in the presently registered Favorites folder. | |
Copy | Copies a hyperlink to the Clipboard. | |
CreateURL | Returns a fully qualified and optionally canonicalized representation of the hyperlink's absolute address. | |
Delete | Deletes an object or selection. | |
Follow | Causes Microsoft Office Visio to navigate to a hyperlink. |
Properties
Name | Description | |
---|---|---|
Address | Gets or sets the address for a shape's Hyperlink object, the address to which the hyperlink navigates. Read/write. | |
Application | Read-only. Returns the instance of Microsoft Office Visio that is associated with an object. | |
Description | Gets or sets the description of a hyperlink. Read/write. | |
ExtraInfo | Returns or sets extra URL request information used to resolve the hyperlink's URL. Read/write. | |
Frame | Gets or sets the name of an HTML frame in the shape's Hyperlink object. Read/write. | |
IsDefaultLink | Determines the default Hyperlink object for a shape. Read/write. | |
Name | Specifies the name of an object. Read-only. | |
NameU | Specifies the universal name of a Hyperlink object. Read/write. | |
NewWindow | Determines whether Microsoft Office Visio opens a window in a new location when it follows a hyperlink to open a Web page or another Visio document. Read/write. | |
ObjectType | Returns an object's type. Read-only. | |
Row | Returns the row index of a hyperlink. Read-only. | |
Shape | Returns the Shape object that owns a Cell, Characters, Row, or Section object or that is associated with a Hyperlink or OLEObject object or with the Hyperlinks collection. Read-only. | |
Stat | Returns status information for an object. Read-only. | |
SubAddress | Gets or sets the subaddress in a shape's Hyperlink object. Read/write. |