Class CTStroke

java.lang.Object
org.docx4j.vml.CTStroke
All Implemented Interfaces:
Child

public class CTStroke
extends java.lang.Object
implements Child

Java class for CT_Stroke complex type.

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

 <complexType name="CT_Stroke">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:schemas-microsoft-com:office:office}left" minOccurs="0"/>
         <element ref="{urn:schemas-microsoft-com:office:office}top" minOccurs="0"/>
         <element ref="{urn:schemas-microsoft-com:office:office}right" minOccurs="0"/>
         <element ref="{urn:schemas-microsoft-com:office:office}bottom" minOccurs="0"/>
         <element ref="{urn:schemas-microsoft-com:office:office}column" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_StrokeAttributes"/>
     </restriction>
   </complexContent>
 </complexType>