Cell element (Action Tag Section) ('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
Defines one property for an action tag on a shape or page.
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
|
Element |
Type |
Description |
|---|---|---|
|
Defines an action tag on a shape or page. |
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 |
|---|---|---|
|
ButtonFace |
Contains the ID of the button face image that appears on the action tag button. |
|
|
Description |
Contains a string that describes the action tag, which appears as a tool tip when users place their pointer over the tag. |
|
|
Disabled |
Indicates whether the action tag appears in the drawing window. |
|
|
DisplayMode |
Determines whether the action tag appears when the user moves the pointer over the tag, when the shape is selected, or all the time. |
|
|
TagName |
Name of the action tag that is used as a key to associate the action tag with its actions. |
|
|
X |
The x-coordinate position in the shape's local coordinates around which the action tag button is placed. |
|
|
XJustify |
The x-offset of the action tag button relative to the point defined by the X and Y cells. |
|
|
Y |
The y-coordinate position in the shape's local coordinates around which the action tag button is placed. |
|
|
YJustify |
The y-offset of the action tag button relative to the point defined by the X and Y cells. |