Class CTShape

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

public class CTShape
extends java.lang.Object
implements Child, VmlShapeElements, VmlAllCoreAttributes, VmlAllShapeAttributes

Java class for CT_Shape complex type.

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

 <complexType name="CT_Shape">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <group ref="{urn:schemas-microsoft-com:vml}EG_ShapeElements"/>
         <element ref="{urn:schemas-microsoft-com:office:office}ink"/>
         <element ref="{urn:schemas-microsoft-com:office:powerpoint}iscomment"/>
       </choice>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Type"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllCoreAttributes"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Adj"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Path"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_AllShapeAttributes"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}gfxdata"/>
       <attribute name="equationxml" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • pathOrFormulasOrHandles

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

      protected byte[] gfxdata
    • equationxml

      protected java.lang.String equationxml
    • type

      protected java.lang.String type
    • 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
    • adj

      protected java.lang.String adj
    • path

      protected java.lang.String path
    • 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
  • Constructor Details

    • CTShape

      public CTShape()
  • Method Details

    • getPathOrFormulasOrHandles

      @Deprecated public java.util.List<jakarta.xml.bind.JAXBElement<?>> getPathOrFormulasOrHandles()
      Deprecated.
      Gets the value of the pathOrFormulasOrHandles property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the pathOrFormulasOrHandles property.

      For example, to add a new item, do as follows:

          getPathOrFormulasOrHandles().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<CTClientData> JAXBElement<CTClipPath> JAXBElement<CTBorder> JAXBElement<CTTextPath> JAXBElement<CTShadow> JAXBElement<CTSignatureLine> JAXBElement<CTBorder> JAXBElement<CTStroke> JAXBElement<CTPath> JAXBElement<CTEmpty> JAXBElement<CTWrap> JAXBElement<CTInk> JAXBElement<CTImageData> JAXBElement<CTSkew> JAXBElement<CTHandles> JAXBElement<CTAnchorLock> JAXBElement<CTFill> JAXBElement<CTBorder> JAXBElement<CTExtrusion> JAXBElement<CTTextbox> JAXBElement<CTFormulas> JAXBElement<CTBorder> JAXBElement<CTLock> JAXBElement<CTRel> JAXBElement<CTCallout>

    • getEGShapeElements

      public java.util.List<jakarta.xml.bind.JAXBElement<?>> getEGShapeElements()
      Description copied from interface: VmlShapeElements
      Gets the value of the egShapeElements property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the egShapeElements property.

      For example, to add a new item, do as follows:

          getEGShapeElements().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<CTClientData> JAXBElement<CTClipPath> JAXBElement<CTImageData> JAXBElement<CTSkew> JAXBElement<CTHandles> JAXBElement<CTAnchorLock> JAXBElement<CTFill> JAXBElement<CTBorder> JAXBElement<CTExtrusion> JAXBElement<CTBorder> JAXBElement<CTTextbox> JAXBElement<CTFormulas> JAXBElement<CTTextPath> JAXBElement<CTShadow> JAXBElement<CTBorder> JAXBElement<CTSignatureLine> JAXBElement<CTBorder> JAXBElement<CTStroke> JAXBElement<CTPath> JAXBElement<CTLock> JAXBElement<CTWrap> JAXBElement<CTRel> JAXBElement<CTCallout>

      Specified by:
      getEGShapeElements in interface VmlShapeElements
    • getGfxdata

      public byte[] getGfxdata()
      Where this shape is specified in a mc fallback, gfxdata basically contains the same wps:wsp content as is found in mc:Choice/@Requires="wps". That is, a consumer which isn't formally capable of undertanding wps can still use this hint, if it can understand a bit. Encoded Package
      Returns:
      possible object is byte[]
    • setGfxdata

      public void setGfxdata​(byte[] value)
      Sets the value of the gfxdata property.
      Parameters:
      value - allowed object is byte[]
    • getEquationxml

      public java.lang.String getEquationxml()
      Gets the value of the equationxml property.
      Returns:
      possible object is String
    • setEquationxml

      public void setEquationxml​(java.lang.String value)
      Sets the value of the equationxml property.
      Parameters:
      value - allowed object is String
    • getType

      public java.lang.String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType​(java.lang.String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getHref

      public java.lang.String getHref()
      Gets the value of the href property.
      Specified by:
      getHref in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setHref

      public void setHref​(java.lang.String value)
      Sets the value of the href property.
      Specified by:
      setHref in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getTarget

      public java.lang.String getTarget()
      Gets the value of the target property.
      Specified by:
      getTarget in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setTarget

      public void setTarget​(java.lang.String value)
      Sets the value of the target property.
      Specified by:
      setTarget in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getClazz

      public java.lang.String getClazz()
      Gets the value of the clazz property.
      Specified by:
      getClazz in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setClazz

      public void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      Specified by:
      setClazz in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getTitle

      public java.lang.String getTitle()
      Gets the value of the title property.
      Specified by:
      getTitle in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setTitle

      public void setTitle​(java.lang.String value)
      Sets the value of the title property.
      Specified by:
      setTitle in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getAlt

      public java.lang.String getAlt()
      Gets the value of the alt property.
      Specified by:
      getAlt in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setAlt

      public void setAlt​(java.lang.String value)
      Sets the value of the alt property.
      Specified by:
      setAlt in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getCoordsize

      public java.lang.String getCoordsize()
      Gets the value of the coordsize property.
      Specified by:
      getCoordsize in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setCoordsize

      public void setCoordsize​(java.lang.String value)
      Sets the value of the coordsize property.
      Specified by:
      setCoordsize in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getCoordorigin

      public java.lang.String getCoordorigin()
      Gets the value of the coordorigin property.
      Specified by:
      getCoordorigin in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setCoordorigin

      public void setCoordorigin​(java.lang.String value)
      Sets the value of the coordorigin property.
      Specified by:
      setCoordorigin in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getWrapcoords

      public java.lang.String getWrapcoords()
      Gets the value of the wrapcoords property.
      Specified by:
      getWrapcoords in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setWrapcoords

      public void setWrapcoords​(java.lang.String value)
      Sets the value of the wrapcoords property.
      Specified by:
      setWrapcoords in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getPrint

      public STTrueFalse getPrint()
      Gets the value of the print property.
      Specified by:
      getPrint in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setPrint

      public void setPrint​(STTrueFalse value)
      Sets the value of the print property.
      Specified by:
      setPrint in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getStyle

      public java.lang.String getStyle()
      Gets the value of the style property.
      Specified by:
      getStyle in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setStyle

      public void setStyle​(java.lang.String value)
      Sets the value of the style property.
      Specified by:
      setStyle in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getVmlId

      public java.lang.String getVmlId()
      Gets the value of the vmlId property.
      Specified by:
      getVmlId in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setVmlId

      public void setVmlId​(java.lang.String value)
      Sets the value of the vmlId property.
      Specified by:
      setVmlId in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getSpid

      public java.lang.String getSpid()
      Optional String
      Specified by:
      getSpid in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setSpid

      public void setSpid​(java.lang.String value)
      Sets the value of the spid property.
      Specified by:
      setSpid in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getOned

      public STTrueFalse getOned()
      Shape Handle Toggle
      Specified by:
      getOned in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setOned

      public void setOned​(STTrueFalse value)
      Sets the value of the oned property.
      Specified by:
      setOned in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getRegroupid

      public java.math.BigInteger getRegroupid()
      Regroup ID
      Specified by:
      getRegroupid in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setRegroupid

      public void setRegroupid​(java.math.BigInteger value)
      Sets the value of the regroupid property.
      Specified by:
      setRegroupid in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getDoubleclicknotify

      public STTrueFalse getDoubleclicknotify()
      Double-click Notification Toggle
      Specified by:
      getDoubleclicknotify in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setDoubleclicknotify

      public void setDoubleclicknotify​(STTrueFalse value)
      Sets the value of the doubleclicknotify property.
      Specified by:
      setDoubleclicknotify in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getButton

      public STTrueFalse getButton()
      Button Behavior Toggle
      Specified by:
      getButton in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setButton

      public void setButton​(STTrueFalse value)
      Sets the value of the button property.
      Specified by:
      setButton in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getUserhidden

      public STTrueFalse getUserhidden()
      Hide Script Anchors
      Specified by:
      getUserhidden in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setUserhidden

      public void setUserhidden​(STTrueFalse value)
      Sets the value of the userhidden property.
      Specified by:
      setUserhidden in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getBullet

      public STTrueFalse getBullet()
      Graphical Bullet
      Specified by:
      getBullet in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setBullet

      public void setBullet​(STTrueFalse value)
      Sets the value of the bullet property.
      Specified by:
      setBullet in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHr

      public STTrueFalse getHr()
      Horizontal Rule Toggle
      Specified by:
      getHr in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setHr

      public void setHr​(STTrueFalse value)
      Sets the value of the hr property.
      Specified by:
      setHr in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHrstd

      public STTrueFalse getHrstd()
      Horizontal Rule Standard Display Toggle
      Specified by:
      getHrstd in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setHrstd

      public void setHrstd​(STTrueFalse value)
      Sets the value of the hrstd property.
      Specified by:
      setHrstd in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHrnoshade

      public STTrueFalse getHrnoshade()
      Horizontal Rule 3D Shading Toggle
      Specified by:
      getHrnoshade in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setHrnoshade

      public void setHrnoshade​(STTrueFalse value)
      Sets the value of the hrnoshade property.
      Specified by:
      setHrnoshade in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getHrpct

      public java.lang.Float getHrpct()
      Horizontal Rule Length Percentage
      Specified by:
      getHrpct in interface VmlAllCoreAttributes
      Returns:
      possible object is Float
    • setHrpct

      public void setHrpct​(java.lang.Float value)
      Sets the value of the hrpct property.
      Specified by:
      setHrpct in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is Float
    • getHralign

      public STHrAlign getHralign()
      Horizontal Rule Alignment
      Specified by:
      getHralign in interface VmlAllCoreAttributes
      Returns:
      possible object is STHrAlign
    • setHralign

      public void setHralign​(STHrAlign value)
      Sets the value of the hralign property.
      Specified by:
      setHralign in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STHrAlign
    • getAllowincell

      public STTrueFalse getAllowincell()
      Allow in Table Cell
      Specified by:
      getAllowincell in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setAllowincell

      public void setAllowincell​(STTrueFalse value)
      Sets the value of the allowincell property.
      Specified by:
      setAllowincell in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getAllowoverlap

      public STTrueFalse getAllowoverlap()
      Allow Shape Overlap
      Specified by:
      getAllowoverlap in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setAllowoverlap

      public void setAllowoverlap​(STTrueFalse value)
      Sets the value of the allowoverlap property.
      Specified by:
      setAllowoverlap in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getUserdrawn

      public STTrueFalse getUserdrawn()
      Exists In Master Slide
      Specified by:
      getUserdrawn in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setUserdrawn

      public void setUserdrawn​(STTrueFalse value)
      Sets the value of the userdrawn property.
      Specified by:
      setUserdrawn in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getBordertopcolor

      public java.lang.String getBordertopcolor()
      Border Top Color
      Specified by:
      getBordertopcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBordertopcolor

      public void setBordertopcolor​(java.lang.String value)
      Sets the value of the bordertopcolor property.
      Specified by:
      setBordertopcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getBorderleftcolor

      public java.lang.String getBorderleftcolor()
      Border Left Color
      Specified by:
      getBorderleftcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBorderleftcolor

      public void setBorderleftcolor​(java.lang.String value)
      Sets the value of the borderleftcolor property.
      Specified by:
      setBorderleftcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getBorderbottomcolor

      public java.lang.String getBorderbottomcolor()
      Bottom Border Color
      Specified by:
      getBorderbottomcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBorderbottomcolor

      public void setBorderbottomcolor​(java.lang.String value)
      Sets the value of the borderbottomcolor property.
      Specified by:
      setBorderbottomcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getBorderrightcolor

      public java.lang.String getBorderrightcolor()
      Border Right Color
      Specified by:
      getBorderrightcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setBorderrightcolor

      public void setBorderrightcolor​(java.lang.String value)
      Sets the value of the borderrightcolor property.
      Specified by:
      setBorderrightcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getDgmlayout

      public java.math.BigInteger getDgmlayout()
      Diagram Node Layout Identifier
      Specified by:
      getDgmlayout in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setDgmlayout

      public void setDgmlayout​(java.math.BigInteger value)
      Sets the value of the dgmlayout property.
      Specified by:
      setDgmlayout in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getDgmnodekind

      public java.math.BigInteger getDgmnodekind()
      Diagram Node Identifier
      Specified by:
      getDgmnodekind in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setDgmnodekind

      public void setDgmnodekind​(java.math.BigInteger value)
      Sets the value of the dgmnodekind property.
      Specified by:
      setDgmnodekind in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getDgmlayoutmru

      public java.math.BigInteger getDgmlayoutmru()
      Diagram Node Recent Layout Identifier
      Specified by:
      getDgmlayoutmru in interface VmlAllCoreAttributes
      Returns:
      possible object is BigInteger
    • setDgmlayoutmru

      public void setDgmlayoutmru​(java.math.BigInteger value)
      Sets the value of the dgmlayoutmru property.
      Specified by:
      setDgmlayoutmru in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is BigInteger
    • getInsetmode

      public STInsetMode getInsetmode()
      Text Inset Mode
      Specified by:
      getInsetmode in interface VmlAllCoreAttributes
      Returns:
      possible object is STInsetMode
    • setInsetmode

      public void setInsetmode​(STInsetMode value)
      Sets the value of the insetmode property.
      Specified by:
      setInsetmode in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STInsetMode
    • getAdj

      public java.lang.String getAdj()
      Gets the value of the adj property.
      Returns:
      possible object is String
    • setAdj

      public void setAdj​(java.lang.String value)
      Sets the value of the adj property.
      Parameters:
      value - allowed object is String
    • getPath

      public java.lang.String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath​(java.lang.String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getOpacity

      public java.lang.String getOpacity()
      Gets the value of the opacity property.
      Specified by:
      getOpacity in interface VmlAllShapeAttributes
      Returns:
      possible object is String
    • setOpacity

      public void setOpacity​(java.lang.String value)
      Sets the value of the opacity property.
      Specified by:
      setOpacity in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is String
    • getStroked

      public STTrueFalse getStroked()
      Gets the value of the stroked property.
      Specified by:
      getStroked in interface VmlAllShapeAttributes
      Returns:
      possible object is STTrueFalse
    • setStroked

      public void setStroked​(STTrueFalse value)
      Sets the value of the stroked property.
      Specified by:
      setStroked in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getStrokecolor

      public java.lang.String getStrokecolor()
      Gets the value of the strokecolor property.
      Specified by:
      getStrokecolor in interface VmlAllShapeAttributes
      Returns:
      possible object is String
    • setStrokecolor

      public void setStrokecolor​(java.lang.String value)
      Sets the value of the strokecolor property.
      Specified by:
      setStrokecolor in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is String
    • getStrokeweight

      public java.lang.String getStrokeweight()
      Gets the value of the strokeweight property.
      Specified by:
      getStrokeweight in interface VmlAllShapeAttributes
      Returns:
      possible object is String
    • setStrokeweight

      public void setStrokeweight​(java.lang.String value)
      Sets the value of the strokeweight property.
      Specified by:
      setStrokeweight in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is String
    • getInsetpen

      public STTrueFalse getInsetpen()
      Gets the value of the insetpen property.
      Specified by:
      getInsetpen in interface VmlAllShapeAttributes
      Returns:
      possible object is STTrueFalse
    • setInsetpen

      public void setInsetpen​(STTrueFalse value)
      Sets the value of the insetpen property.
      Specified by:
      setInsetpen in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getFilled

      public STTrueFalse getFilled()
      Gets the value of the filled property.
      Specified by:
      getFilled in interface VmlAllCoreAttributes
      Returns:
      possible object is STTrueFalse
    • setFilled

      public void setFilled​(STTrueFalse value)
      Sets the value of the filled property.
      Specified by:
      setFilled in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getFillcolor

      public java.lang.String getFillcolor()
      Gets the value of the fillcolor property.
      Specified by:
      getFillcolor in interface VmlAllCoreAttributes
      Returns:
      possible object is String
    • setFillcolor

      public void setFillcolor​(java.lang.String value)
      Sets the value of the fillcolor property.
      Specified by:
      setFillcolor in interface VmlAllCoreAttributes
      Parameters:
      value - allowed object is String
    • getChromakey

      public java.lang.String getChromakey()
      Gets the value of the chromakey property.
      Specified by:
      getChromakey in interface VmlAllShapeAttributes
      Returns:
      possible object is String
    • setChromakey

      public void setChromakey​(java.lang.String value)
      Sets the value of the chromakey property.
      Specified by:
      setChromakey in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is String
    • getSpt

      public java.lang.Float getSpt()
      Optional Number
      Specified by:
      getSpt in interface VmlAllShapeAttributes
      Returns:
      possible object is Float
    • setSpt

      public void setSpt​(java.lang.Float value)
      Sets the value of the spt property.
      Specified by:
      setSpt in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is Float
    • getConnectortype

      public STConnectorType getConnectortype()
      Shape Connector Type
      Specified by:
      getConnectortype in interface VmlAllShapeAttributes
      Returns:
      possible object is STConnectorType
    • setConnectortype

      public void setConnectortype​(STConnectorType value)
      Sets the value of the connectortype property.
      Specified by:
      setConnectortype in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STConnectorType
    • getBwmode

      public STBWMode getBwmode()
      Black-and-White Mode
      Specified by:
      getBwmode in interface VmlAllShapeAttributes
      Returns:
      possible object is STBWMode
    • setBwmode

      public void setBwmode​(STBWMode value)
      Sets the value of the bwmode property.
      Specified by:
      setBwmode in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STBWMode
    • getBwpure

      public STBWMode getBwpure()
      Pure Black-and-White Mode
      Specified by:
      getBwpure in interface VmlAllShapeAttributes
      Returns:
      possible object is STBWMode
    • setBwpure

      public void setBwpure​(STBWMode value)
      Sets the value of the bwpure property.
      Specified by:
      setBwpure in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STBWMode
    • getBwnormal

      public STBWMode getBwnormal()
      Normal Black-and-White Mode
      Specified by:
      getBwnormal in interface VmlAllShapeAttributes
      Returns:
      possible object is STBWMode
    • setBwnormal

      public void setBwnormal​(STBWMode value)
      Sets the value of the bwnormal property.
      Specified by:
      setBwnormal in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STBWMode
    • getForcedash

      public STTrueFalse getForcedash()
      Force Dashed Outline
      Specified by:
      getForcedash in interface VmlAllShapeAttributes
      Returns:
      possible object is STTrueFalse
    • setForcedash

      public void setForcedash​(STTrueFalse value)
      Sets the value of the forcedash property.
      Specified by:
      setForcedash in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getOleicon

      public STTrueFalse getOleicon()
      Embedded Object Icon Toggle
      Specified by:
      getOleicon in interface VmlAllShapeAttributes
      Returns:
      possible object is STTrueFalse
    • setOleicon

      public void setOleicon​(STTrueFalse value)
      Sets the value of the oleicon property.
      Specified by:
      setOleicon in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getOle

      public java.lang.String getOle()
      Embedded Object Toggle
      Specified by:
      getOle in interface VmlAllShapeAttributes
      Returns:
      possible object is String
    • setOle

      public void setOle​(java.lang.String value)
      Sets the value of the ole property.
      Specified by:
      setOle in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is String
    • getPreferrelative

      public STTrueFalse getPreferrelative()
      Relative Resize Toggle
      Specified by:
      getPreferrelative in interface VmlAllShapeAttributes
      Returns:
      possible object is STTrueFalse
    • setPreferrelative

      public void setPreferrelative​(STTrueFalse value)
      Sets the value of the preferrelative property.
      Specified by:
      setPreferrelative in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getCliptowrap

      public STTrueFalse getCliptowrap()
      Clip to Wrapping Polygon
      Specified by:
      getCliptowrap in interface VmlAllShapeAttributes
      Returns:
      possible object is STTrueFalse
    • setCliptowrap

      public void setCliptowrap​(STTrueFalse value)
      Sets the value of the cliptowrap property.
      Specified by:
      setCliptowrap in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getClip

      public STTrueFalse getClip()
      Clipping Toggle
      Specified by:
      getClip in interface VmlAllShapeAttributes
      Returns:
      possible object is STTrueFalse
    • setClip

      public void setClip​(STTrueFalse value)
      Sets the value of the clip property.
      Specified by:
      setClip in interface VmlAllShapeAttributes
      Parameters:
      value - allowed object is STTrueFalse
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.