Class CTShape

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

public class CTShape extends Object implements Child, VmlShapeElements, VmlAllCoreAttributes, VmlAllShapeAttributes

Java class for CT_Shape complex type.

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

 <complexType name="CT_Shape">
   <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:office:office}ink"/>
         <element ref="{urn:schemas-microsoft-com:office:powerpoint}iscomment"/>
       </choice>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Type"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Adj"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Path"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllShapeAttributes"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}gfxdata"/>
       <attribute name="equationxml" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>