[Table of Contents] [docx version]
Error! No text of specified style in document.
nvSpPr (Non-Visual Properties for a Shape)
This element specifies all non-visual properties for a shape. This element is a container for the non-visual identification properties, shape properties and application properties that are to be associated with a shape. This allows for additional information that does not affect the appearance of the shape to be stored.
Parent Elements |
sp (§5.6.2.28) |
Child Elements |
Subclause |
cNvPr (Non-Visual Drawing Properties) |
§5.6.2.8 |
cNvSpPr (Connection Non-Visual Shape Properties) |
§5.6.2.9 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ShapeNonVisual">
<sequence>
<element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
<element name="cNvSpPr" type="a:CT_NonVisualDrawingShapeProps" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>