<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

<grpSp>5.1.2.1.20); <lockedCanvas>5.4.2.1)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

<graphic> (Graphic Object)

§5.1.2.1.16

<nvGraphicFramePr> (Non-Visual Properties for a Graphic Frame)

§5.1.2.1.26

<xfrm> (2D Transform for Individual Objects)

§5.1.9.6

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

<complexType name="CT_GvmlGraphicalObjectFrame">
	<sequence>
	<element name="nvGraphicFramePr" type="CT_GvmlGraphicFrameNonVisual" minOccurs="1" maxOccurs="1"/>
	<element ref="graphic" minOccurs="1" maxOccurs="1"/>
	<element name="xfrm" type="CT_Transform2D" minOccurs="1" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>