[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

graphicFrame (Graphic Frame)

This element specifies the existence of a graphics frame. This frame contains a graphic that was generated by an external source and needs a container in which to be displayed on the slide surface.

Parent Elements

grpSp4.4.1.19); spTree4.4.1.42)

 

Child Elements

Subclause

extLst (Extension List with Modification Flag)

§4.2.4

graphic (Graphic Object)

§5.1.2.1.16

nvGraphicFramePr (Non-Visual Properties for a Graphic Frame)

§4.4.1.27

xfrm (2D Transform for Graphic Frame)

§4.4.1.49

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

<complexType name="CT_GraphicalObjectFrame">

   <sequence>

   <element name="nvGraphicFramePr" type="CT_GraphicalObjectFrameNonVisual" minOccurs="1" maxOccurs="1"/>

   <element name="xfrm" type="a:CT_Transform2D" minOccurs="1" maxOccurs="1"/>

   <element ref="a:graphic" minOccurs="1" maxOccurs="1"/>

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

   </sequence>

</complexType>