[Table of Contents] [docx version]
Error! No text of specified style in document.
nvPicPr (Non-Visual Picture Properties)
This element specifies the non visual properties for a picture. This allows for additional information that does not affect the appearance of the picture to be stored.
[Example: Consider the following DrawingML.
<p:pic>
..
<p:nvPicPr>
..
</p:nvPicPr>
..
</p:pic>
end example]
Parent Elements |
pic (§5.2.2.5) |
Child Elements |
Subclause |
cNvPicPr (Non-Visual Picture Drawing Properties) |
§5.2.2.2 |
cNvPr (Non-Visual Drawing Properties) |
§5.2.2.3 |
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>