Class CTPolyLine

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

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

Java class for CT_PolyLine complex type.

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

 <complexType name="CT_PolyLine">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <group ref="{urn:schemas-microsoft-com:vml}EG_ShapeElements"/>
         <element ref="{urn:schemas-microsoft-com:office:office}ink"/>
       </choice>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllShapeAttributes"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"/>
       <attribute name="points" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>