20.2.2.5 pic

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

[Example: Consider the following DrawingML that specifies the existence of a picture within a document. This picture can have non-visual properties, a picture fill as well as shape properties attached to it.

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

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_Picture) is located in A.4.2. end note]

Last updated on