<cNvGraphicFramePr> (Common DrawingML Non-Visual Properties)

This element specifies common non-visual DrawingML object properties for the parent DrawingML object. These properties are specified as child elements of this element.

example:
<wp:inline><wp:cNvGraphicFramePr>
    <a:graphicFrameLocks  />
  </wp:cNvGraphicFramePr>
</wp:inline>

The <cNvGraphicFramePr> element contains a set of common non-visual properties as defined by DrawingML. ]

Parent Elements

<anchor>5.5.2.3); <inline>5.5.2.8)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

<graphicFrameLocks> (Graphic Frame Locks)

§5.1.2.1.19

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

<complexType name="CT_NonVisualGraphicFrameProperties">
	<sequence>
	<element name="graphicFrameLocks" type="CT_GraphicalObjectFrameLocking" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>