Package org.docx4j.dml
Class CTPath2DArcTo
java.lang.Object
org.docx4j.dml.CTPath2DArcTo
- All Implemented Interfaces:
Child
Java class for CT_Path2DArcTo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Path2DArcTo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="wR" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
<attribute name="hR" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
<attribute name="stAng" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
<attribute name="swAng" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
</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.getHR()Gets the value of the hr property.Gets the parent object in the object tree representing the unmarshalled xml document.getStAng()Gets the value of the stAng property.getSwAng()Gets the value of the swAng property.getWR()Gets the value of the wr property.voidSets the value of the hr property.voidvoidSets the value of the stAng property.voidSets the value of the swAng property.voidSets the value of the wr property.
-
Field Details
-
wr
-
hr
-
stAng
-
swAng
-
-
Constructor Details
-
CTPath2DArcTo
public CTPath2DArcTo()
-
-
Method Details
-
getWR
Gets the value of the wr property.- Returns:
- possible object is
String
-
setWR
Sets the value of the wr property.- Parameters:
value- allowed object isString
-
getHR
Gets the value of the hr property.- Returns:
- possible object is
String
-
setHR
Sets the value of the hr property.- Parameters:
value- allowed object isString
-
getStAng
Gets the value of the stAng property.- Returns:
- possible object is
String
-
setStAng
Sets the value of the stAng property.- Parameters:
value- allowed object isString
-
getSwAng
Gets the value of the swAng property.- Returns:
- possible object is
String
-
setSwAng
Sets the value of the swAng 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.
-