[Table of Contents] [docx version]
Error! No text of specified style in document.
nvPicPr (Non-Visual Properties for a Picture)
This element specifies all non-visual properties for a picture. This element is a container for the non-visual identification properties, shape properties and application properties that are to be associated with a picture. This allows for additional information that does not affect the appearance of the picture to be stored.
[Example: Consider the following SpreadsheetDrawingML.
<xdr:pic>
..
<xdr:nvPicPr>
..
</xdr:nvPicPr>
..
</xdr:pic>
The above example shows the defining of non-visual picture properties. End example]
Parent Elements |
pic (§5.6.2.24) |
Child Elements |
Subclause |
cNvPicPr (Non-Visual Picture Drawing Properties) |
§5.6.2.7 |
cNvPr (Non-Visual Drawing Properties) |
§5.6.2.8 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PictureNonVisual">
<sequence>
<element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
<element name="cNvPicPr" type="a:CT_NonVisualPictureProperties" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>