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 class
CTPath2DArcTo.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.Object
getHR()
Gets the "hR" attributejava.lang.Object
getStAng()
Gets the "stAng" attributejava.lang.Object
getSwAng()
Gets the "swAng" attributejava.lang.Object
getWR()
Gets the "wR" attributevoid
setHR(java.lang.Object hr)
Sets the "hR" attributevoid
setStAng(java.lang.Object stAng)
Sets the "stAng" attributevoid
setSwAng(java.lang.Object swAng)
Sets the "swAng" attributevoid
setWR(java.lang.Object wr)
Sets the "wR" attributeSTAdjCoordinate
xgetHR()
Gets (as xml) the "hR" attributeSTAdjAngle
xgetStAng()
Gets (as xml) the "stAng" attributeSTAdjAngle
xgetSwAng()
Gets (as xml) the "swAng" attributeSTAdjCoordinate
xgetWR()
Gets (as xml) the "wR" attributevoid
xsetHR(STAdjCoordinate hr)
Sets (as xml) the "hR" attributevoid
xsetStAng(STAdjAngle stAng)
Sets (as xml) the "stAng" attributevoid
xsetSwAng(STAdjAngle swAng)
Sets (as xml) the "swAng" attributevoid
xsetWR(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
-
-