Class CTTextPath

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

public class CTTextPath extends Object implements Child

Java class for CT_TextPath complex type.

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

 <complexType name="CT_TextPath">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Style"/>
       <attribute name="on" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="fitshape" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="fitpath" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="trim" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="xscale" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="string" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTextPath

      public CTTextPath()
  • Method Details

    • getOn

      public STTrueFalse getOn()
      Gets the value of the on property.
      Returns:
      possible object is STTrueFalse
    • setOn

      public void setOn(STTrueFalse value)
      Sets the value of the on property.
      Parameters:
      value - allowed object is STTrueFalse
    • getFitshape

      public STTrueFalse getFitshape()
      Gets the value of the fitshape property.
      Returns:
      possible object is STTrueFalse
    • setFitshape

      public void setFitshape(STTrueFalse value)
      Sets the value of the fitshape property.
      Parameters:
      value - allowed object is STTrueFalse
    • getFitpath

      public STTrueFalse getFitpath()
      Gets the value of the fitpath property.
      Returns:
      possible object is STTrueFalse
    • setFitpath

      public void setFitpath(STTrueFalse value)
      Sets the value of the fitpath property.
      Parameters:
      value - allowed object is STTrueFalse
    • getTrim

      public STTrueFalse getTrim()
      Gets the value of the trim property.
      Returns:
      possible object is STTrueFalse
    • setTrim

      public void setTrim(STTrueFalse value)
      Sets the value of the trim property.
      Parameters:
      value - allowed object is STTrueFalse
    • getXscale

      public STTrueFalse getXscale()
      Gets the value of the xscale property.
      Returns:
      possible object is STTrueFalse
    • setXscale

      public void setXscale(STTrueFalse value)
      Sets the value of the xscale property.
      Parameters:
      value - allowed object is STTrueFalse
    • getString

      public String getString()
      Gets the value of the string property.
      Returns:
      possible object is String
    • setString

      public void setString(String value)
      Sets the value of the string property.
      Parameters:
      value - allowed object is String
    • 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
    • getStyle

      public String getStyle()
      Gets the value of the style property.
      Returns:
      possible object is String
    • setStyle

      public void setStyle(String value)
      Sets the value of the style 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.