Package org.docx4j.vml
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_switchprotected STTrueFalseinvxprotected STTrueFalseinvyprotected java.lang.Stringmapprotected java.lang.Stringpolarprotected java.lang.Stringpositionprotected java.lang.Stringradiusrangeprotected java.lang.Stringxrangeprotected java.lang.Stringyrange -
Constructor Summary
Constructors Constructor Description CTH() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STTrueFalsegetInvx()Gets the value of the invx property.STTrueFalsegetInvy()Gets the value of the invy property.java.lang.StringgetMap()Gets the value of the map property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetPolar()Gets the value of the polar property.java.lang.StringgetPosition()Gets the value of the position property.java.lang.StringgetRadiusrange()Gets the value of the radiusrange property.java.lang.StringgetSwitch()Gets the value of the switch property.java.lang.StringgetXrange()Gets the value of the xrange property.java.lang.StringgetYrange()Gets the value of the yrange property.voidsetInvx(STTrueFalse value)Sets the value of the invx property.voidsetInvy(STTrueFalse value)Sets the value of the invy property.voidsetMap(java.lang.String value)Sets the value of the map property.voidsetParent(java.lang.Object parent)voidsetPolar(java.lang.String value)Sets the value of the polar property.voidsetPosition(java.lang.String value)Sets the value of the position property.voidsetRadiusrange(java.lang.String value)Sets the value of the radiusrange property.voidsetSwitch(java.lang.String value)Sets the value of the switch property.voidsetXrange(java.lang.String value)Sets the value of the xrange property.voidsetYrange(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
-
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 isString
-
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 isString
-
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 isString
-
getInvx
Gets the value of the invx property.- Returns:
- possible object is
STTrueFalse
-
setInvx
Sets the value of the invx property.- Parameters:
value- allowed object isSTTrueFalse
-
getInvy
Gets the value of the invy property.- Returns:
- possible object is
STTrueFalse
-
setInvy
Sets the value of the invy property.- Parameters:
value- allowed object isSTTrueFalse
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-