Package org.apache.poi.sl.draw.binding
Class CTPath2DArcTo
- java.lang.Object
-
- org.apache.poi.sl.draw.binding.CTPath2DArcTo
-
public class CTPath2DArcTo extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description CTPath2DArcTo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHR()Gets the value of the hr property.java.lang.StringgetStAng()Gets the value of the stAng property.java.lang.StringgetSwAng()Gets the value of the swAng property.java.lang.StringgetWR()Gets the value of the wr property.booleanisSetHR()booleanisSetStAng()booleanisSetSwAng()booleanisSetWR()voidsetHR(java.lang.String value)Sets the value of the hr property.voidsetStAng(java.lang.String value)Sets the value of the stAng property.voidsetSwAng(java.lang.String value)Sets the value of the swAng property.voidsetWR(java.lang.String value)Sets the value of the wr property.
-
-
-
Method Detail
-
getWR
public java.lang.String getWR()
Gets the value of the wr property.- Returns:
- possible object is
String
-
setWR
public void setWR(java.lang.String value)
Sets the value of the wr property.- Parameters:
value- allowed object isString
-
isSetWR
public boolean isSetWR()
-
getHR
public java.lang.String getHR()
Gets the value of the hr property.- Returns:
- possible object is
String
-
setHR
public void setHR(java.lang.String value)
Sets the value of the hr property.- Parameters:
value- allowed object isString
-
isSetHR
public boolean isSetHR()
-
getStAng
public java.lang.String getStAng()
Gets the value of the stAng property.- Returns:
- possible object is
String
-
setStAng
public void setStAng(java.lang.String value)
Sets the value of the stAng property.- Parameters:
value- allowed object isString
-
isSetStAng
public boolean isSetStAng()
-
getSwAng
public java.lang.String getSwAng()
Gets the value of the swAng property.- Returns:
- possible object is
String
-
setSwAng
public void setSwAng(java.lang.String value)
Sets the value of the swAng property.- Parameters:
value- allowed object isString
-
isSetSwAng
public boolean isSetSwAng()
-
-