Package org.docx4j.vml
Class CTH
java.lang.Object
org.docx4j.vml.CTH
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getInvx()Gets the value of the invx property.getInvy()Gets the value of the invy property.getMap()Gets the value of the map property.Gets the parent object in the object tree representing the unmarshalled xml document.getPolar()Gets the value of the polar property.Gets the value of the position property.Gets the value of the radiusrange property.Gets the value of the switch property.Gets the value of the xrange property.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.voidSets the value of the map property.voidvoidSets the value of the polar property.voidsetPosition(String value) Sets the value of the position property.voidsetRadiusrange(String value) Sets the value of the radiusrange property.voidSets the value of the switch property.voidSets the value of the xrange property.voidSets the value of the yrange property.
-
Field Details
-
position
-
polar
-
map
-
invx
-
invy
-
_switch
-
xrange
-
yrange
-
radiusrange
-
-
Constructor Details
-
CTH
public CTH()
-
-
Method Details
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
String
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isString
-
getPolar
Gets the value of the polar property.- Returns:
- possible object is
String
-
setPolar
Sets the value of the polar property.- Parameters:
value- allowed object isString
-
getMap
Gets the value of the map property.- Returns:
- possible object is
String
-
setMap
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
Gets the value of the switch property.- Returns:
- possible object is
String
-
setSwitch
Sets the value of the switch property.- Parameters:
value- allowed object isString
-
getXrange
Gets the value of the xrange property.- Returns:
- possible object is
String
-
setXrange
Sets the value of the xrange property.- Parameters:
value- allowed object isString
-
getYrange
Gets the value of the yrange property.- Returns:
- possible object is
String
-
setYrange
Sets the value of the yrange property.- Parameters:
value- allowed object isString
-
getRadiusrange
Gets the value of the radiusrange property.- Returns:
- possible object is
String
-
setRadiusrange
Sets the value of the radiusrange property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-