Class CTStrokeChild

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

public class CTStrokeChild
extends java.lang.Object
implements Child

Java class for CT_StrokeChild complex type.

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

 <complexType name="CT_StrokeChild">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
       <attribute name="on" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="color" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
       <attribute name="color2" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
       <attribute name="opacity" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="linestyle" type="{urn:schemas-microsoft-com:vml}ST_StrokeLineStyle" />
       <attribute name="miterlimit" type="{http://www.w3.org/2001/XMLSchema}decimal" />
       <attribute name="joinstyle" type="{urn:schemas-microsoft-com:vml}ST_StrokeJoinStyle" />
       <attribute name="endcap" type="{urn:schemas-microsoft-com:vml}ST_StrokeEndCap" />
       <attribute name="dashstyle" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="insetpen" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="filltype" type="{urn:schemas-microsoft-com:vml}ST_FillType" />
       <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="imageaspect" type="{urn:schemas-microsoft-com:vml}ST_ImageAspect" />
       <attribute name="imagesize" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="imagealignshape" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="startarrow" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowType" />
       <attribute name="startarrowwidth" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowWidth" />
       <attribute name="startarrowlength" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowLength" />
       <attribute name="endarrow" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowType" />
       <attribute name="endarrowwidth" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowWidth" />
       <attribute name="endarrowlength" type="{urn:schemas-microsoft-com:vml}ST_StrokeArrowLength" />
       <attribute ref="{urn:schemas-microsoft-com:office:office}href"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}althref"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}title"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}forcedash"/>
     </restriction>
   </complexContent>
 </complexType>