Class CTPolyLine

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

public class CTPolyLine
extends java.lang.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>
 
  • Field Details

    • pathOrFormulasOrHandles

      protected java.util.List<jakarta.xml.bind.JAXBElement<?>> pathOrFormulasOrHandles
    • points

      protected java.lang.String points
    • opacity

      protected java.lang.String opacity
    • stroked

      protected STTrueFalse stroked
    • strokecolor

      protected java.lang.String strokecolor
    • strokeweight

      protected java.lang.String strokeweight
    • insetpen

      protected STTrueFalse insetpen
    • filled

      protected STTrueFalse filled
    • fillcolor

      protected java.lang.String fillcolor
    • chromakey

      protected java.lang.String chromakey
    • spt

      protected java.lang.Float spt
    • connectortype

      protected STConnectorType connectortype
    • bwmode

      protected STBWMode bwmode
    • bwpure

      protected STBWMode bwpure
    • bwnormal

      protected STBWMode bwnormal
    • forcedash

      protected STTrueFalse forcedash
    • oleicon

      protected STTrueFalse oleicon
    • ole

      protected java.lang.String ole
    • preferrelative

      protected STTrueFalse preferrelative
    • cliptowrap

      protected STTrueFalse cliptowrap
    • clip

      protected STTrueFalse clip
    • href

      protected java.lang.String href
    • target

      protected java.lang.String target
    • clazz

      protected java.lang.String clazz
    • title

      protected java.lang.String title
    • alt

      protected java.lang.String alt
    • coordsize

      protected java.lang.String coordsize
    • coordorigin

      protected java.lang.String coordorigin
    • wrapcoords

      protected java.lang.String wrapcoords
    • print

      protected STTrueFalse print
    • style

      protected java.lang.String style
    • vmlId

      protected java.lang.String vmlId
    • spid

      protected java.lang.String spid
    • oned

      protected STTrueFalse oned
    • regroupid

      protected java.math.BigInteger regroupid
    • doubleclicknotify

      protected STTrueFalse doubleclicknotify
    • button

      protected STTrueFalse button
    • userhidden

      protected STTrueFalse userhidden
    • bullet

      protected STTrueFalse bullet
    • hr

      protected STTrueFalse hr
    • hrstd

      protected STTrueFalse hrstd
    • hrnoshade

      protected STTrueFalse hrnoshade
    • hrpct

      protected java.lang.Float hrpct
    • hralign

      protected STHrAlign hralign
    • allowincell

      protected STTrueFalse allowincell
    • allowoverlap

      protected STTrueFalse allowoverlap
    • userdrawn

      protected STTrueFalse userdrawn
    • bordertopcolor

      protected java.lang.String bordertopcolor
    • borderleftcolor

      protected java.lang.String borderleftcolor
    • borderbottomcolor

      protected java.lang.String borderbottomcolor
    • borderrightcolor

      protected java.lang.String borderrightcolor
    • dgmlayout

      protected java.math.BigInteger dgmlayout
    • dgmnodekind

      protected java.math.BigInteger dgmnodekind
    • dgmlayoutmru

      protected java.math.BigInteger dgmlayoutmru
    • insetmode

      protected STInsetMode insetmode
  • Constructor Details

    • CTPolyLine

      public CTPolyLine()
  • Method Details