Class CTH

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

public class CTH extends 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 Details

  • Constructor Details

    • CTH

      public CTH()
  • Method Details

    • getPosition

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

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

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

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

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

      public void setMap(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 String getSwitch()
      Gets the value of the switch property.
      Returns:
      possible object is String
    • setSwitch

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

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

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

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

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

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

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