Interface CTPolarAdjustHandle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PolarAdjustHandle(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPolarAdjustHandle> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "pos" elementGets the "gdRefAng" attributeGets the "gdRefR" attributeGets the "maxAng" attributegetMaxR()Gets the "maxR" attributeGets the "minAng" attributegetMinR()Gets the "minR" attributegetPos()Gets the "pos" elementbooleanTrue if has "gdRefAng" attributebooleanTrue if has "gdRefR" attributebooleanTrue if has "maxAng" attributebooleanTrue if has "maxR" attributebooleanTrue if has "minAng" attributebooleanTrue if has "minR" attributevoidsetGdRefAng(String gdRefAng) Sets the "gdRefAng" attributevoidSets the "gdRefR" attributevoidSets the "maxAng" attributevoidSets the "maxR" attributevoidSets the "minAng" attributevoidSets the "minR" attributevoidsetPos(CTAdjPoint2D pos) Sets the "pos" elementvoidUnsets the "gdRefAng" attributevoidUnsets the "gdRefR" attributevoidUnsets the "maxAng" attributevoidUnsets the "maxR" attributevoidUnsets the "minAng" attributevoidUnsets the "minR" attributeGets (as xml) the "gdRefAng" attributeGets (as xml) the "gdRefR" attributeGets (as xml) the "maxAng" attributexgetMaxR()Gets (as xml) the "maxR" attributeGets (as xml) the "minAng" attributexgetMinR()Gets (as xml) the "minR" attributevoidxsetGdRefAng(STGeomGuideName gdRefAng) Sets (as xml) the "gdRefAng" attributevoidxsetGdRefR(STGeomGuideName gdRefR) Sets (as xml) the "gdRefR" attributevoidxsetMaxAng(STAdjAngle maxAng) Sets (as xml) the "maxAng" attributevoidxsetMaxR(STAdjCoordinate maxR) Sets (as xml) the "maxR" attributevoidxsetMinAng(STAdjAngle minAng) Sets (as xml) the "minAng" attributevoidxsetMinR(STAdjCoordinate minR) Sets (as xml) the "minR" 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
-
getPos
CTAdjPoint2D getPos()Gets the "pos" element -
setPos
Sets the "pos" element -
addNewPos
CTAdjPoint2D addNewPos()Appends and returns a new empty "pos" element -
getGdRefR
String getGdRefR()Gets the "gdRefR" attribute -
xgetGdRefR
STGeomGuideName xgetGdRefR()Gets (as xml) the "gdRefR" attribute -
isSetGdRefR
boolean isSetGdRefR()True if has "gdRefR" attribute -
setGdRefR
Sets the "gdRefR" attribute -
xsetGdRefR
Sets (as xml) the "gdRefR" attribute -
unsetGdRefR
void unsetGdRefR()Unsets the "gdRefR" attribute -
getMinR
Object getMinR()Gets the "minR" attribute -
xgetMinR
STAdjCoordinate xgetMinR()Gets (as xml) the "minR" attribute -
isSetMinR
boolean isSetMinR()True if has "minR" attribute -
setMinR
Sets the "minR" attribute -
xsetMinR
Sets (as xml) the "minR" attribute -
unsetMinR
void unsetMinR()Unsets the "minR" attribute -
getMaxR
Object getMaxR()Gets the "maxR" attribute -
xgetMaxR
STAdjCoordinate xgetMaxR()Gets (as xml) the "maxR" attribute -
isSetMaxR
boolean isSetMaxR()True if has "maxR" attribute -
setMaxR
Sets the "maxR" attribute -
xsetMaxR
Sets (as xml) the "maxR" attribute -
unsetMaxR
void unsetMaxR()Unsets the "maxR" attribute -
getGdRefAng
String getGdRefAng()Gets the "gdRefAng" attribute -
xgetGdRefAng
STGeomGuideName xgetGdRefAng()Gets (as xml) the "gdRefAng" attribute -
isSetGdRefAng
boolean isSetGdRefAng()True if has "gdRefAng" attribute -
setGdRefAng
Sets the "gdRefAng" attribute -
xsetGdRefAng
Sets (as xml) the "gdRefAng" attribute -
unsetGdRefAng
void unsetGdRefAng()Unsets the "gdRefAng" attribute -
getMinAng
Object getMinAng()Gets the "minAng" attribute -
xgetMinAng
STAdjAngle xgetMinAng()Gets (as xml) the "minAng" attribute -
isSetMinAng
boolean isSetMinAng()True if has "minAng" attribute -
setMinAng
Sets the "minAng" attribute -
xsetMinAng
Sets (as xml) the "minAng" attribute -
unsetMinAng
void unsetMinAng()Unsets the "minAng" attribute -
getMaxAng
Object getMaxAng()Gets the "maxAng" attribute -
xgetMaxAng
STAdjAngle xgetMaxAng()Gets (as xml) the "maxAng" attribute -
isSetMaxAng
boolean isSetMaxAng()True if has "maxAng" attribute -
setMaxAng
Sets the "maxAng" attribute -
xsetMaxAng
Sets (as xml) the "maxAng" attribute -
unsetMaxAng
void unsetMaxAng()Unsets the "maxAng" attribute
-