a:graphicFrame
Graphic Frame
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-gvml.xsd
Type: a:CT_GvmlGraphicalObjectFrame
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:nvGraphicFramePr [1..1] Non-Visual Properties for a Graphic Frame
- a:graphic [1..1] Graphic Object
- a:xfrm [1..1]
- a:extLst [0..1] Extension List
Attributes
None
Used in
- Type a:CT_GvmlGroupShape (Elements a:grpSp, draw-lc:lockedCanvas)
Sample instance
<a:graphicFrame> <a:nvGraphicFramePr> <a:cNvPr id="1" name="string"> <a:hlinkClick>... </a:hlinkClick> <a:hlinkHover>... </a:hlinkHover> <a:extLst>... </a:extLst> </a:cNvPr> <a:cNvGraphicFramePr> <a:graphicFrameLocks>... </a:graphicFrameLocks> <a:extLst>... </a:extLst> </a:cNvGraphicFramePr> </a:nvGraphicFramePr> <a:graphic> <a:graphicData> <!--any element--> </a:graphicData> </a:graphic> <a:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </a:xfrm> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:graphicFrame>