Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains the information for a single hyperlink associated with a shape. A shape will contain one Hyperlink row for each hyperlink.
Element information
| Value | |
|---|---|
| Element type |
Cell_Type |
| Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
| Schema file |
VisioSchema15.xsd |
| Document parts |
master#.xml, page#.xml |
Definition
< xs:element name="Cell" type="Cell_Type" minOccurs="0" maxOccurs="unbounded" >
</xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
| Element | Type | Description |
|---|---|---|
| Row element (Hyperlink Section) |
HyperlinkRow_Type |
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 |
|---|---|---|
| RefBy |
RefBy_Type |
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: '(some formula)' if the formula exists locally No Formula if the formula is locally deleted or blocked Inh if the formula is inherited. |
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. |
Remarks
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. | Address Cell (Hyperlinks Section) |
| Default |
Determines the default hyperlink for a shape or page. | Default Cell (Hyperlinks Section) |
| Description |
Represents a descriptive text string for a hyperlink. | Description Cell (Hyperlinks Section) |
| ExtraInfo |
Represents a string that passes information to be used in resolving a URL, such as the coordinates of an image map. | ExtraInfo Cell (Hyperlinks Section) |
| 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. | Frame Cell (Hyperlinks Section) |
| Invisible |
Indicates whether a hyperlink appears on the shortcut menu for a shape or page. | Invisible Cell (Hyperlinks Section) |
| NewWindow |
Specifies whether to open the hyperlink in a new window. | NewWindow Cell (Hyperlinks Section) |
| SortKey |
A number that determines the order of hyperlinks that appear on a shortcut menu. | SortKey Cell (Hyperlinks Section) |
| SubAddress |
Specifies a location within the target document to link to. | SubAddress Cell (Hyperlinks Section) |