Class CTPath

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

public class CTPath extends Object implements Child

Java class for CT_Path complex type.

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

 <complexType name="CT_Path">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
       <attribute name="v" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="limo" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="textboxrect" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fillok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="strokeok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="shadowok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="arrowok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="gradientshapeok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="textpathok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="insetpenok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute ref="{urn:schemas-microsoft-com:office:office}connecttype"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}connectlocs"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}connectangles"/>
       <attribute ref="{urn:schemas-microsoft-com:office:office}extrusionok"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTPath

      public CTPath()
  • Method Details

    • getV

      public String getV()
      Gets the value of the v property.
      Returns:
      possible object is String
    • setV

      public void setV(String value)
      Sets the value of the v property.
      Parameters:
      value - allowed object is String
    • getLimo

      public String getLimo()
      Gets the value of the limo property.
      Returns:
      possible object is String
    • setLimo

      public void setLimo(String value)
      Sets the value of the limo property.
      Parameters:
      value - allowed object is String
    • getTextboxrect

      public String getTextboxrect()
      Gets the value of the textboxrect property.
      Returns:
      possible object is String
    • setTextboxrect

      public void setTextboxrect(String value)
      Sets the value of the textboxrect property.
      Parameters:
      value - allowed object is String
    • getFillok

      public STTrueFalse getFillok()
      Gets the value of the fillok property.
      Returns:
      possible object is STTrueFalse
    • setFillok

      public void setFillok(STTrueFalse value)
      Sets the value of the fillok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getStrokeok

      public STTrueFalse getStrokeok()
      Gets the value of the strokeok property.
      Returns:
      possible object is STTrueFalse
    • setStrokeok

      public void setStrokeok(STTrueFalse value)
      Sets the value of the strokeok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getShadowok

      public STTrueFalse getShadowok()
      Gets the value of the shadowok property.
      Returns:
      possible object is STTrueFalse
    • setShadowok

      public void setShadowok(STTrueFalse value)
      Sets the value of the shadowok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getArrowok

      public STTrueFalse getArrowok()
      Gets the value of the arrowok property.
      Returns:
      possible object is STTrueFalse
    • setArrowok

      public void setArrowok(STTrueFalse value)
      Sets the value of the arrowok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getGradientshapeok

      public STTrueFalse getGradientshapeok()
      Gets the value of the gradientshapeok property.
      Returns:
      possible object is STTrueFalse
    • setGradientshapeok

      public void setGradientshapeok(STTrueFalse value)
      Sets the value of the gradientshapeok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getTextpathok

      public STTrueFalse getTextpathok()
      Gets the value of the textpathok property.
      Returns:
      possible object is STTrueFalse
    • setTextpathok

      public void setTextpathok(STTrueFalse value)
      Sets the value of the textpathok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getInsetpenok

      public STTrueFalse getInsetpenok()
      Gets the value of the insetpenok property.
      Returns:
      possible object is STTrueFalse
    • setInsetpenok

      public void setInsetpenok(STTrueFalse value)
      Sets the value of the insetpenok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getConnecttype

      public STConnectType getConnecttype()
      Connection Point Type
      Returns:
      possible object is STConnectType
    • setConnecttype

      public void setConnecttype(STConnectType value)
      Sets the value of the connecttype property.
      Parameters:
      value - allowed object is STConnectType
    • getConnectlocs

      public String getConnectlocs()
      Connection Points
      Returns:
      possible object is String
    • setConnectlocs

      public void setConnectlocs(String value)
      Sets the value of the connectlocs property.
      Parameters:
      value - allowed object is String
    • getConnectangles

      public String getConnectangles()
      Connection Point Connect Angles
      Returns:
      possible object is String
    • setConnectangles

      public void setConnectangles(String value)
      Sets the value of the connectangles property.
      Parameters:
      value - allowed object is String
    • getExtrusionok

      public STTrueFalse getExtrusionok()
      Extrusion Toggle
      Returns:
      possible object is STTrueFalse
    • setExtrusionok

      public void setExtrusionok(STTrueFalse value)
      Sets the value of the extrusionok property.
      Parameters:
      value - allowed object is STTrueFalse
    • getVmlId

      public String getVmlId()
      Gets the value of the vmlId property.
      Returns:
      possible object is String
    • setVmlId

      public void setVmlId(String value)
      Sets the value of the vmlId property.
      Parameters:
      value - allowed object is String
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.