20.5.2.9 cNvSpPr

This element specifies the set of non-visual properties for a connection shape. These properties specify all data about the connection shape which do not affect its display within a spreadsheet.

[Example: Consider the shape that has a shape lock applied to it.

<xdr:sp>
  <xdr:nvSpPr>
    <xdr:cNvPr id="2" name="Rectangle 1"/>
    <xdr:cNvSpPr>
      <a:spLocks noGrp="1"/>
    </xdr:cNvSpPr>
    </xdr:nvSpPr>
    ..
</xdr:sp>

This shape lock is stored within the non-visual drawing properties for this shape. end example]

Attributes

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

[Note: Because a shape is not specified to be a text box does not mean that it cannot have text attached to it. A text box is merely a specialized shape with specific properties. end note]

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

txBox (Text Box)

Specifies that the corresponding shape is a text box and thus should be treated as such by the generating application. If this attribute is omitted then it is assumed that the corresponding shape is not specifically a text box.

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

Last updated on