<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. ]
Child Elements |
Subclause |
---|---|
|
|
|
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>