API Reference

Class

VisioHyperlink

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

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.

Constructors

public VisioHyperlink(String address = null, String description = null, String subAddress = null) #

Initializes a new hyperlink row.

Parameters

address System.String = null optionalposition: 0
External hyperlink address.
description System.String = null optionalposition: 1
Display description shown by Visio.
subAddress System.String = null optionalposition: 2
Optional internal sub-address.

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 String Frame { get; set; } #

Optional target frame.

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.