<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:
<p:pic>
…
<p:nvPicPr>
…
</p:nvPicPr>
…
</p:pic>
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GvmlPictureNonVisual">
<sequence>
<element name="cNvPr" type="CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
<element name="cNvPicPr" type="CT_NonVisualPictureProperties" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>