Class CTGroupShape

java.lang.Object
org.docx4j.dml.chartDrawing.CTGroupShape
All Implemented Interfaces:
Child

public class CTGroupShape
extends java.lang.Object
implements Child

Java class for CT_GroupShape complex type.

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

 <complexType name="CT_GroupShape">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nvGrpSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_GroupShapeNonVisual"/>
         <element name="grpSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GroupShapeProperties"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="sp" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_Shape"/>
           <element name="grpSp" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_GroupShape"/>
           <element name="graphicFrame" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_GraphicFrame"/>
           <element name="cxnSp" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_Connector"/>
           <element name="pic" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_Picture"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>