Class CTH

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

public class CTH
extends java.lang.Object
implements Child

Java class for CT_H complex type.

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

 <complexType name="CT_H">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="polar" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="map" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="invx" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="invy" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="switch" type="{urn:schemas-microsoft-com:vml}ST_TrueFalseBlank" />
       <attribute name="xrange" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="yrange" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="radiusrange" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String _switch  
    protected STTrueFalse invx  
    protected STTrueFalse invy  
    protected java.lang.String map  
    protected java.lang.String polar  
    protected java.lang.String position  
    protected java.lang.String radiusrange  
    protected java.lang.String xrange  
    protected java.lang.String yrange  
  • Constructor Summary

    Constructors
    Constructor Description
    CTH()  
  • 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 getInvx()
    Gets the value of the invx property.
    STTrueFalse getInvy()
    Gets the value of the invy property.
    java.lang.String getMap()
    Gets the value of the map property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getPolar()
    Gets the value of the polar property.
    java.lang.String getPosition()
    Gets the value of the position property.
    java.lang.String getRadiusrange()
    Gets the value of the radiusrange property.
    java.lang.String getSwitch()
    Gets the value of the switch property.
    java.lang.String getXrange()
    Gets the value of the xrange property.
    java.lang.String getYrange()
    Gets the value of the yrange property.
    void setInvx​(STTrueFalse value)
    Sets the value of the invx property.
    void setInvy​(STTrueFalse value)
    Sets the value of the invy property.
    void setMap​(java.lang.String value)
    Sets the value of the map property.
    void setParent​(java.lang.Object parent)  
    void setPolar​(java.lang.String value)
    Sets the value of the polar property.
    void setPosition​(java.lang.String value)
    Sets the value of the position property.
    void setRadiusrange​(java.lang.String value)
    Sets the value of the radiusrange property.
    void setSwitch​(java.lang.String value)
    Sets the value of the switch property.
    void setXrange​(java.lang.String value)
    Sets the value of the xrange property.
    void setYrange​(java.lang.String value)
    Sets the value of the yrange property.

    Methods inherited from class java.lang.Object

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

    • position

      protected java.lang.String position
    • polar

      protected java.lang.String polar
    • map

      protected java.lang.String map
    • invx

      protected STTrueFalse invx
    • invy

      protected STTrueFalse invy
    • _switch

      protected java.lang.String _switch
    • xrange

      protected java.lang.String xrange
    • yrange

      protected java.lang.String yrange
    • radiusrange

      protected java.lang.String radiusrange
  • Constructor Details

    • CTH

      public CTH()
  • Method Details

    • getPosition

      public java.lang.String getPosition()
      Gets the value of the position property.
      Returns:
      possible object is String
    • setPosition

      public void setPosition​(java.lang.String value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is String
    • getPolar

      public java.lang.String getPolar()
      Gets the value of the polar property.
      Returns:
      possible object is String
    • setPolar

      public void setPolar​(java.lang.String value)
      Sets the value of the polar property.
      Parameters:
      value - allowed object is String
    • getMap

      public java.lang.String getMap()
      Gets the value of the map property.
      Returns:
      possible object is String
    • setMap

      public void setMap​(java.lang.String value)
      Sets the value of the map property.
      Parameters:
      value - allowed object is String
    • getInvx

      public STTrueFalse getInvx()
      Gets the value of the invx property.
      Returns:
      possible object is STTrueFalse
    • setInvx

      public void setInvx​(STTrueFalse value)
      Sets the value of the invx property.
      Parameters:
      value - allowed object is STTrueFalse
    • getInvy

      public STTrueFalse getInvy()
      Gets the value of the invy property.
      Returns:
      possible object is STTrueFalse
    • setInvy

      public void setInvy​(STTrueFalse value)
      Sets the value of the invy property.
      Parameters:
      value - allowed object is STTrueFalse
    • getSwitch

      public java.lang.String getSwitch()
      Gets the value of the switch property.
      Returns:
      possible object is String
    • setSwitch

      public void setSwitch​(java.lang.String value)
      Sets the value of the switch property.
      Parameters:
      value - allowed object is String
    • getXrange

      public java.lang.String getXrange()
      Gets the value of the xrange property.
      Returns:
      possible object is String
    • setXrange

      public void setXrange​(java.lang.String value)
      Sets the value of the xrange property.
      Parameters:
      value - allowed object is String
    • getYrange

      public java.lang.String getYrange()
      Gets the value of the yrange property.
      Returns:
      possible object is String
    • setYrange

      public void setYrange​(java.lang.String value)
      Sets the value of the yrange property.
      Parameters:
      value - allowed object is String
    • getRadiusrange

      public java.lang.String getRadiusrange()
      Gets the value of the radiusrange property.
      Returns:
      possible object is String
    • setRadiusrange

      public void setRadiusrange​(java.lang.String value)
      Sets the value of the radiusrange 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.