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 SchemaTypeFields 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" attributevoidSets the "hR" attributevoidSets the "stAng" attributevoidSets the "swAng" attributevoidSets the "wR" attributexgetHR()Gets (as xml) the "hR" attributeGets (as xml) the "stAng" attributeGets (as xml) the "swAng" attributexgetWR()Gets (as xml) the "wR" attributevoidSets (as xml) the "hR" attributevoidxsetStAng(STAdjAngle stAng) Sets (as xml) the "stAng" attributevoidxsetSwAng(STAdjAngle swAng) Sets (as xml) the "swAng" attributevoidSets (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, valueHashCodeMethods 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
-