20.5.2.29 sp

This element specifies the existence of a single shape. A shape can either be a preset or a custom geometry, defined using the SpreadsheetDrawingML framework. In addition to a geometry each shape can have both visual and non-visual properties attached. Text and corresponding styling information can also be attached to a shape. This shape is specified along with all other shapes within either the shape tree or group shape elements.

Attributes

textlink (Text Link)

This attribute specifies a formula linking to spreadsheet cell data.

The possible values for this attribute are defined by the W3C XML Schema string datatype.

macro (Reference to Custom Function)

This element specifies the custom function associated with the object. [Example: A macro script, add-in function, and so on. end example]

The format of this string shall be application-defined, and should be ignored if not understood.

[Example:

    <          macro="DoWork()" />

end example]

The possible values for this attribute are defined by the W3C XML Schema string datatype.

fPublished (Publish to Server Flag)

This attribute indicates whether the shape shall be published with the worksheet when sent to the server.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

fLocksText (Lock Text Flag)

This attribute indicates whether to allow text editing within this drawing object when the parent worksheet is protected.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_Shape) is located in A.4.5. end note]

Last updated on