Class CTLine

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

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

Java class for CT_Line complex type.

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

 <complexType name="CT_Line">
   <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_AllCoreAttributes"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllShapeAttributes"/>
       <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>