<pic> (Picture)

This element specifies the existence of a picture object within the document.

example:
<p:pic>
  <p:nvPicPr>
    <p:cNvPr id="4" name="lake.JPG" descr="Picture of a Lake" />
    <p:cNvPicPr>
      <a:picLocks noChangeAspect="1"/>
    </p:cNvPicPr>
    <p:nvPr/>
  </p:nvPicPr>
  <p:blipFill>
  ...
  </p:blipFill>
  <p:spPr>
  ...
  </p:spPr>
</p:pic>

Child Elements

Subclause

<blipFill> (Picture Fill)

§5.2.2.1

<nvPicPr> (Non-Visual Picture Properties)

§5.2.2.4

<spPr> (Shape Properties)

§5.2.2.6

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Picture">
	<sequence minOccurs="1" maxOccurs="1">
	<element name="nvPicPr" type="CT_PictureNonVisual" minOccurs="1" maxOccurs="1"/>
	<element name="blipFill" type="a:CT_BlipFillProperties" minOccurs="1" maxOccurs="1"/>
	<element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
	</sequence>
</complexType>