API Reference
Class
VisioHyperlink
Represents a Visio ShapeSheet Hyperlink row on a shape or connector.
Inheritance
- Object
- VisioHyperlink
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method VisioConnector.AddHyperlink
- Method VisioConnector.AddHyperlink
- Property VisioConnector.Hyperlinks
- Method VisioShape.AddHyperlink
- Method VisioShape.AddHyperlink
- Property VisioShape.Hyperlinks
Constructors
public VisioHyperlink(String address = null, String description = null, String subAddress = null) #Initializes a new hyperlink row.
Parameters
- address System.String = null
- External hyperlink address.
- description System.String = null
- Display description shown by Visio.
- subAddress System.String = null
- Optional internal sub-address.
Inherited Methods
Properties
public String RowName { get; set; } #Row name stored in the Hyperlink section. When omitted, OfficeIMO writes Row_1, Row_2, and so on.
public String Description { get; set; } #Description displayed for the hyperlink.
public String Address { get; set; } #External hyperlink address.
public String SubAddress { get; set; } #Optional target inside the addressed document.
public String ExtraInfo { get; set; } #Optional query-string style extra information.
public Boolean NewWindow { get; set; } #Opens the hyperlink in a new window when supported by Visio.
public Boolean Default { get; set; } #Marks this hyperlink as the default hyperlink for the shape.
public Boolean Invisible { get; set; } #Hides the hyperlink from normal Visio hyperlink UI.
public String SortKey { get; set; } #Optional sort key used by Visio.