Class CTCurve

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

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

Java class for CT_Curve complex type.

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

 <complexType name="CT_Curve">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:schemas-microsoft-com:vml}EG_ShapeElements" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllShapeAttributes"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"/>
       <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="control1" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="control2" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>