[Table of Contents] [docx version]
Error! No text of specified style in document.
nvGraphicFramePr (Non-Visual Properties for a Graphic Frame)
This element specifies all non-visual properties for a graphic frame. This element is a container for the non-visual identification properties, shape properties and application properties that are to be associated with a graphic frame. This allows for additional information that does not affect the appearance of the graphic frame to be stored.
Parent Elements |
graphicFrame (§5.6.2.15) |
Child Elements |
Subclause |
cNvGraphicFramePr (Non-Visual Graphic Frame Drawing Properties) |
§5.6.2.5 |
cNvPr (Non-Visual Drawing Properties) |
§5.6.2.8 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GraphicalObjectFrameNonVisual">
<sequence>
<element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>
<element name="cNvGraphicFramePr" type="a:CT_NonVisualGraphicFrameProperties" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>