|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.sl.draw.binding.CTPath2DArcTo
public class CTPath2DArcTo
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 | |
---|---|
protected java.lang.String |
hr
|
protected java.lang.String |
stAng
|
protected java.lang.String |
swAng
|
protected java.lang.String |
wr
|
Constructor Summary | |
---|---|
CTPath2DArcTo()
|
Method Summary | |
---|---|
java.lang.String |
getHR()
Gets the value of the hr property. |
java.lang.String |
getStAng()
Gets the value of the stAng property. |
java.lang.String |
getSwAng()
Gets the value of the swAng property. |
java.lang.String |
getWR()
Gets the value of the wr property. |
boolean |
isSetHR()
|
boolean |
isSetStAng()
|
boolean |
isSetSwAng()
|
boolean |
isSetWR()
|
void |
setHR(java.lang.String value)
Sets the value of the hr property. |
void |
setStAng(java.lang.String value)
Sets the value of the stAng property. |
void |
setSwAng(java.lang.String value)
Sets the value of the swAng property. |
void |
setWR(java.lang.String value)
Sets the value of the wr property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String wr
protected java.lang.String hr
protected java.lang.String stAng
protected java.lang.String swAng
Constructor Detail |
---|
public CTPath2DArcTo()
Method Detail |
---|
public java.lang.String getWR()
String
public void setWR(java.lang.String value)
value
- allowed object is
String
public boolean isSetWR()
public java.lang.String getHR()
String
public void setHR(java.lang.String value)
value
- allowed object is
String
public boolean isSetHR()
public java.lang.String getStAng()
String
public void setStAng(java.lang.String value)
value
- allowed object is
String
public boolean isSetStAng()
public java.lang.String getSwAng()
String
public void setSwAng(java.lang.String value)
value
- allowed object is
String
public boolean isSetSwAng()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |