[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

pic (Picture)

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

[Example: Consider the following PresentationML 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.

<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>

end example]

Parent Elements

grpSp4.4.1.19); spTree4.4.1.42)

 

Child Elements

Subclause

blipFill (Picture Fill)

§4.4.1.4

extLst (Extension List with Modification Flag)

§4.2.4

nvPicPr (Non-Visual Properties for a Picture)

§4.4.1.29

spPr (Shape Properties)

§4.4.1.41

style (Shape Style)

§4.4.1.43

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

<complexType name="CT_Picture">

   <sequence>

   <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"/>

   <element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>

   <element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>