Class CTTextPath

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

public class CTTextPath
extends java.lang.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 Summary

    Fields
    Modifier and Type Field Description
    protected STTrueFalse fitpath  
    protected STTrueFalse fitshape  
    protected STTrueFalse on  
    protected java.lang.String string  
    protected java.lang.String style  
    protected STTrueFalse trim  
    protected java.lang.String vmlId  
    protected STTrueFalse xscale  
  • Constructor Summary

    Constructors
    Constructor Description
    CTTextPath()  
  • Method Summary

    Modifier and Type Method Description
    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.
    STTrueFalse getFitpath()
    Gets the value of the fitpath property.
    STTrueFalse getFitshape()
    Gets the value of the fitshape property.
    STTrueFalse getOn()
    Gets the value of the on property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getString()
    Gets the value of the string property.
    java.lang.String getStyle()
    Gets the value of the style property.
    STTrueFalse getTrim()
    Gets the value of the trim property.
    java.lang.String getVmlId()
    Gets the value of the vmlId property.
    STTrueFalse getXscale()
    Gets the value of the xscale property.
    void setFitpath​(STTrueFalse value)
    Sets the value of the fitpath property.
    void setFitshape​(STTrueFalse value)
    Sets the value of the fitshape property.
    void setOn​(STTrueFalse value)
    Sets the value of the on property.
    void setParent​(java.lang.Object parent)  
    void setString​(java.lang.String value)
    Sets the value of the string property.
    void setStyle​(java.lang.String value)
    Sets the value of the style property.
    void setTrim​(STTrueFalse value)
    Sets the value of the trim property.
    void setVmlId​(java.lang.String value)
    Sets the value of the vmlId property.
    void setXscale​(STTrueFalse value)
    Sets the value of the xscale property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • on

      protected STTrueFalse on
    • fitshape

      protected STTrueFalse fitshape
    • fitpath

      protected STTrueFalse fitpath
    • trim

      protected STTrueFalse trim
    • xscale

      protected STTrueFalse xscale
    • string

      protected java.lang.String string
    • vmlId

      protected java.lang.String vmlId
    • style

      protected java.lang.String style
  • 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 java.lang.String getString()
      Gets the value of the string property.
      Returns:
      possible object is String
    • setString

      public void setString​(java.lang.String value)
      Sets the value of the string property.
      Parameters:
      value - allowed object is String
    • getVmlId

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

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

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

      public void setStyle​(java.lang.String value)
      Sets the value of the style property.
      Parameters:
      value - allowed object is String
    • 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.