p:graphicFrame
Graphic Frame
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Type: p:CT_GraphicalObjectFrame
Properties: Local, Qualified
Content
- Sequence [1..1]
- p:nvGraphicFramePr [1..1] Non-Visual Properties for a Graphic Frame
- p:xfrm [1..1] 2D Transform for Graphic Frame
- a:graphic [1..1] Graphic Object
- p:extLst [0..1] Extension List with Modification Flag
Attributes
None
Used in
- Type p:CT_GroupShape (Elements p:grpSp, p:spTree)
Sample instance
<p:graphicFrame> <p:nvGraphicFramePr> <p:cNvPr id="1" name="string"> <a:hlinkClick>... </a:hlinkClick> <a:hlinkHover>... </a:hlinkHover> <a:extLst>... </a:extLst> </p:cNvPr> <p:cNvGraphicFramePr> <a:graphicFrameLocks>... </a:graphicFrameLocks> <a:extLst>... </a:extLst> </p:cNvGraphicFramePr> <p:nvPr> <p:ph>... </p:ph> <a:audioCd>... </a:audioCd> <p:custDataLst>... </p:custDataLst> <p:extLst>... </p:extLst> </p:nvPr> </p:nvGraphicFramePr> <p:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </p:xfrm> <a:graphic> <a:graphicData> <!--any element--> </a:graphicData> </a:graphic> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:graphicFrame>