Cell element (Hyperlink Row) ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Element information
Definition
Elements and attributes
Remarks
Contains the information for a single hyperlink associated with a shape. A shape will contain one Hyperlink row for each hyperlink.
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
|
Element |
Type |
Description |
|---|---|---|
|
Contains the information for a single hyperlink associated with a shape. A shape will contain one Hyperlink row for each hyperlink. |
Child elements
|
Element |
Type |
Description |
|---|---|---|
|
Specifies a reference to a drawing page. |
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
E |
xsd:string |
optional |
Indicates that the formula evaluates to an error. The value of E is the current value (an error message string); the value of the V attribute is the last valid value. |
An error message string. |
|
F |
xsd:string |
optional |
Represents the element’s formula. This attribute can contain one of the following strings:
|
A formula. |
|
N |
xsd:string |
required |
Represents the name of the ShapeSheet cell. |
The name of the ShapeSheet cell. See the Remarks section below. |
|
U |
xsd:string |
optional |
Represents a unit of measure The default is DL. |
The units of the cell. |
|
V |
xsd:string |
optional |
Represents the value of the cell. |
The value of the ShapeSheet cell. |
The N attribute of this Cell element must be one of a limited set of values that correspond to ShapeSheet cells. Refer to the table below to determine the values of the N attribute that are permitted for this Cell element.
|
Value |
Description |
More information |
|---|---|---|
|
Address |
Specifies a URL address, file name, or UNC path to which to jump. |
|
|
Default |
Determines the default hyperlink for a shape or page. |
|
|
Description |
Represents a descriptive text string for a hyperlink. |
|
|
ExtraInfo |
Represents a string that passes information to be used in resolving a URL, such as the coordinates of an image map. |
|
|
Frame |
Represents the name of a frame to target when the application is open as an Active document in a container application. The default is an empty string. |
|
|
Invisible |
Indicates whether a hyperlink appears on the shortcut menu for a shape or page. |
|
|
NewWindow |
Specifies whether to open the hyperlink in a new window. |
|
|
SortKey |
A number that determines the order of hyperlinks that appear on a shortcut menu. |
|
|
SubAddress |
Specifies a location within the target document to link to. |