Class CTGroup

java.lang.Object
org.docx4j.vml.CTGroup
All Implemented Interfaces:
VmlAllCoreAttributes, VmlShapeElements, Child

public class CTGroup extends Object implements Child, VmlShapeElements, VmlAllCoreAttributes

Java class for CT_Group complex type.

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

 <complexType name="CT_Group">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <group ref="{urn:schemas-microsoft-com:vml}EG_ShapeElements"/>
         <element ref="{urn:schemas-microsoft-com:vml}group"/>
         <element ref="{urn:schemas-microsoft-com:vml}shape"/>
         <element ref="{urn:schemas-microsoft-com:vml}shapetype"/>
         <element ref="{urn:schemas-microsoft-com:vml}arc"/>
         <element ref="{urn:schemas-microsoft-com:vml}curve"/>
         <element ref="{urn:schemas-microsoft-com:vml}image"/>
         <element ref="{urn:schemas-microsoft-com:vml}line"/>
         <element ref="{urn:schemas-microsoft-com:vml}oval"/>
         <element ref="{urn:schemas-microsoft-com:vml}polyline"/>
         <element ref="{urn:schemas-microsoft-com:vml}rect"/>
         <element ref="{urn:schemas-microsoft-com:vml}roundrect"/>
         <element ref="{urn:schemas-microsoft-com:office:office}diagram"/>
       </choice>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Fill"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"/>
       <attribute name="editas" type="{urn:schemas-microsoft-com:vml}ST_EditAs" />
       <attribute ref="{urn:schemas-microsoft-com:office:office}tableproperties"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}tablelimits"/>
     </restriction>
   </complexContent>
 </complexType>