Interface CTPath2DArcTo
- 
- All Superinterfaces:
 XmlObject,XmlTokenSource
public interface CTPath2DArcTo extends XmlObject
An XML CT_Path2DArcTo(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPath2DArcTo.FactoryA factory class with static methods for creating instances of this type. 
- 
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype- 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetHR()Gets the "hR" attributejava.lang.ObjectgetStAng()Gets the "stAng" attributejava.lang.ObjectgetSwAng()Gets the "swAng" attributejava.lang.ObjectgetWR()Gets the "wR" attributevoidsetHR(java.lang.Object hr)Sets the "hR" attributevoidsetStAng(java.lang.Object stAng)Sets the "stAng" attributevoidsetSwAng(java.lang.Object swAng)Sets the "swAng" attributevoidsetWR(java.lang.Object wr)Sets the "wR" attributeSTAdjCoordinatexgetHR()Gets (as xml) the "hR" attributeSTAdjAnglexgetStAng()Gets (as xml) the "stAng" attributeSTAdjAnglexgetSwAng()Gets (as xml) the "swAng" attributeSTAdjCoordinatexgetWR()Gets (as xml) the "wR" attributevoidxsetHR(STAdjCoordinate hr)Sets (as xml) the "hR" attributevoidxsetStAng(STAdjAngle stAng)Sets (as xml) the "stAng" attributevoidxsetSwAng(STAdjAngle swAng)Sets (as xml) the "swAng" attributevoidxsetWR(STAdjCoordinate wr)Sets (as xml) the "wR" attribute- 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode 
- 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText 
 - 
 
 - 
 
- 
- 
Field Detail
- 
type
static final SchemaType type
 
 - 
 
- 
Method Detail
- 
getWR
java.lang.Object getWR()
Gets the "wR" attribute 
- 
xgetWR
STAdjCoordinate xgetWR()
Gets (as xml) the "wR" attribute 
- 
setWR
void setWR(java.lang.Object wr)
Sets the "wR" attribute 
- 
xsetWR
void xsetWR(STAdjCoordinate wr)
Sets (as xml) the "wR" attribute 
- 
getHR
java.lang.Object getHR()
Gets the "hR" attribute 
- 
xgetHR
STAdjCoordinate xgetHR()
Gets (as xml) the "hR" attribute 
- 
setHR
void setHR(java.lang.Object hr)
Sets the "hR" attribute 
- 
xsetHR
void xsetHR(STAdjCoordinate hr)
Sets (as xml) the "hR" attribute 
- 
getStAng
java.lang.Object getStAng()
Gets the "stAng" attribute 
- 
xgetStAng
STAdjAngle xgetStAng()
Gets (as xml) the "stAng" attribute 
- 
setStAng
void setStAng(java.lang.Object stAng)
Sets the "stAng" attribute 
- 
xsetStAng
void xsetStAng(STAdjAngle stAng)
Sets (as xml) the "stAng" attribute 
- 
getSwAng
java.lang.Object getSwAng()
Gets the "swAng" attribute 
- 
xgetSwAng
STAdjAngle xgetSwAng()
Gets (as xml) the "swAng" attribute 
- 
setSwAng
void setSwAng(java.lang.Object swAng)
Sets the "swAng" attribute 
- 
xsetSwAng
void xsetSwAng(STAdjAngle swAng)
Sets (as xml) the "swAng" attribute 
 - 
 
 -