Class CTGraphicalObjectFrame

java.lang.Object
org.pptx4j.pml.CTGraphicalObjectFrame
All Implemented Interfaces:
Child

public class CTGraphicalObjectFrame
extends java.lang.Object
implements Child

Java class for CT_GraphicalObjectFrame complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_GraphicalObjectFrame">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nvGraphicFramePr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_GraphicalObjectFrameNonVisual"/>
         <element name="xfrm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Transform2D"/>
         <element ref="{http://schemas.openxmlformats.org/drawingml/2006/main}graphic"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>