Interface CTPath2DArcTo
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Path2DArcTo(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTPath2DArcTo> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptiongetHR()
Gets the "hR" attributegetStAng()
Gets the "stAng" attributegetSwAng()
Gets the "swAng" attributegetWR()
Gets the "wR" attributevoid
Sets the "hR" attributevoid
Sets the "stAng" attributevoid
Sets the "swAng" attributevoid
Sets the "wR" attributexgetHR()
Gets (as xml) the "hR" attributeGets (as xml) the "stAng" attributeGets (as xml) the "swAng" attributexgetWR()
Gets (as xml) the "wR" attributevoid
Sets (as xml) the "hR" attributevoid
xsetStAng
(STAdjAngle stAng) Sets (as xml) the "stAng" attributevoid
xsetSwAng
(STAdjAngle swAng) Sets (as xml) the "swAng" attributevoid
Sets (as xml) the "wR" attributeMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getWR
Object getWR()Gets the "wR" attribute -
xgetWR
STAdjCoordinate xgetWR()Gets (as xml) the "wR" attribute -
setWR
Sets the "wR" attribute -
xsetWR
Sets (as xml) the "wR" attribute -
getHR
Object getHR()Gets the "hR" attribute -
xgetHR
STAdjCoordinate xgetHR()Gets (as xml) the "hR" attribute -
setHR
Sets the "hR" attribute -
xsetHR
Sets (as xml) the "hR" attribute -
getStAng
Object getStAng()Gets the "stAng" attribute -
xgetStAng
STAdjAngle xgetStAng()Gets (as xml) the "stAng" attribute -
setStAng
Sets the "stAng" attribute -
xsetStAng
Sets (as xml) the "stAng" attribute -
getSwAng
Object getSwAng()Gets the "swAng" attribute -
xgetSwAng
STAdjAngle xgetSwAng()Gets (as xml) the "swAng" attribute -
setSwAng
Sets the "swAng" attribute -
xsetSwAng
Sets (as xml) the "swAng" attribute
-