java.lang.Object
org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingGroup.CTWordprocessingGroup
All Implemented Interfaces:
Child

public class CTWordprocessingGroup extends Object implements Child

Java class for CT_WordprocessingGroup complex type.

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

 <complexType name="CT_WordprocessingGroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cNvPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualDrawingProps" minOccurs="0"/>
         <element name="cNvGrpSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_NonVisualGroupDrawingShapeProps"/>
         <element name="grpSpPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GroupShapeProperties"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://schemas.microsoft.com/office/word/2010/wordprocessingShape}wsp"/>
           <element name="grpSp" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingGroup}CT_WordprocessingGroup"/>
           <element name="graphicFrame" type="{http://schemas.microsoft.com/office/word/2010/wordprocessingGroup}CT_GraphicFrame"/>
           <element ref="{http://schemas.openxmlformats.org/drawingml/2006/picture}pic"/>
         </choice>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>