2.16.3.1 CT_GraphicFrame
Target namespace: http://schemas.microsoft.com/office/word/2010/wordprocessingGroup
Referenced by: CT_WordprocessingGroup, CT_WordprocessingCanvas
This type defines a container for a graphical object as specified in [ISO/IEC29500-1:2016] section 20.1.2.2.16 to be integrated in the context of the type defined by a CT_WordprocessingGroup.
Child Elements:
cNvPr: A CT_NonVisualDrawingProps element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the non-visual properties of the current CT_GraphicFrame.
cNvFrPr: A CT_NonVisualGraphicFrameProperties element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the non-visual frame properties of the current CT_GraphicFrame.
xfrm: A CT_Transform2D element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the transformation of the current CT_GraphicFrame.
a:graphic: A CT_GraphicalObject element ([ISO/IEC29500-1:2016] section A.4.1) that specifies the graphical object content in the current CT_GraphicFrame.
extLst: A CT_OfficeArtExtensionList element ([ISO/IEC29500-1:2016] section A.4.1) to hold future extensions to the parent element of this extLst element.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GraphicFrame"> <xsd:sequence> <xsd:element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/> <xsd:element name="cNvFrPr" type="a:CT_NonVisualGraphicFrameProperties" minOccurs="1" maxOccurs="1"/> <xsd:element name="xfrm" type="a:CT_Transform2D" minOccurs="1" maxOccurs="1"/> <xsd:element ref="a:graphic" minOccurs="1" maxOccurs="1"/> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).