Interface CTXYAdjustHandle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_XYAdjustHandle(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTXYAdjustHandle> 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 "gdRefX" attributeGets the "gdRefY" attributegetMaxX()Gets the "maxX" attributegetMaxY()Gets the "maxY" attributegetMinX()Gets the "minX" attributegetMinY()Gets the "minY" attributegetPos()Gets the "pos" elementbooleanTrue if has "gdRefX" attributebooleanTrue if has "gdRefY" attributebooleanTrue if has "maxX" attributebooleanTrue if has "maxY" attributebooleanTrue if has "minX" attributebooleanTrue if has "minY" attributevoidSets the "gdRefX" attributevoidSets the "gdRefY" attributevoidSets the "maxX" attributevoidSets the "maxY" attributevoidSets the "minX" attributevoidSets the "minY" attributevoidsetPos(CTAdjPoint2D pos) Sets the "pos" elementvoidUnsets the "gdRefX" attributevoidUnsets the "gdRefY" attributevoidUnsets the "maxX" attributevoidUnsets the "maxY" attributevoidUnsets the "minX" attributevoidUnsets the "minY" attributeGets (as xml) the "gdRefX" attributeGets (as xml) the "gdRefY" attributexgetMaxX()Gets (as xml) the "maxX" attributexgetMaxY()Gets (as xml) the "maxY" attributexgetMinX()Gets (as xml) the "minX" attributexgetMinY()Gets (as xml) the "minY" attributevoidxsetGdRefX(STGeomGuideName gdRefX) Sets (as xml) the "gdRefX" attributevoidxsetGdRefY(STGeomGuideName gdRefY) Sets (as xml) the "gdRefY" attributevoidxsetMaxX(STAdjCoordinate maxX) Sets (as xml) the "maxX" attributevoidxsetMaxY(STAdjCoordinate maxY) Sets (as xml) the "maxY" attributevoidxsetMinX(STAdjCoordinate minX) Sets (as xml) the "minX" attributevoidxsetMinY(STAdjCoordinate minY) Sets (as xml) the "minY" 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 -
getGdRefX
String getGdRefX()Gets the "gdRefX" attribute -
xgetGdRefX
STGeomGuideName xgetGdRefX()Gets (as xml) the "gdRefX" attribute -
isSetGdRefX
boolean isSetGdRefX()True if has "gdRefX" attribute -
setGdRefX
Sets the "gdRefX" attribute -
xsetGdRefX
Sets (as xml) the "gdRefX" attribute -
unsetGdRefX
void unsetGdRefX()Unsets the "gdRefX" attribute -
getMinX
Object getMinX()Gets the "minX" attribute -
xgetMinX
STAdjCoordinate xgetMinX()Gets (as xml) the "minX" attribute -
isSetMinX
boolean isSetMinX()True if has "minX" attribute -
setMinX
Sets the "minX" attribute -
xsetMinX
Sets (as xml) the "minX" attribute -
unsetMinX
void unsetMinX()Unsets the "minX" attribute -
getMaxX
Object getMaxX()Gets the "maxX" attribute -
xgetMaxX
STAdjCoordinate xgetMaxX()Gets (as xml) the "maxX" attribute -
isSetMaxX
boolean isSetMaxX()True if has "maxX" attribute -
setMaxX
Sets the "maxX" attribute -
xsetMaxX
Sets (as xml) the "maxX" attribute -
unsetMaxX
void unsetMaxX()Unsets the "maxX" attribute -
getGdRefY
String getGdRefY()Gets the "gdRefY" attribute -
xgetGdRefY
STGeomGuideName xgetGdRefY()Gets (as xml) the "gdRefY" attribute -
isSetGdRefY
boolean isSetGdRefY()True if has "gdRefY" attribute -
setGdRefY
Sets the "gdRefY" attribute -
xsetGdRefY
Sets (as xml) the "gdRefY" attribute -
unsetGdRefY
void unsetGdRefY()Unsets the "gdRefY" attribute -
getMinY
Object getMinY()Gets the "minY" attribute -
xgetMinY
STAdjCoordinate xgetMinY()Gets (as xml) the "minY" attribute -
isSetMinY
boolean isSetMinY()True if has "minY" attribute -
setMinY
Sets the "minY" attribute -
xsetMinY
Sets (as xml) the "minY" attribute -
unsetMinY
void unsetMinY()Unsets the "minY" attribute -
getMaxY
Object getMaxY()Gets the "maxY" attribute -
xgetMaxY
STAdjCoordinate xgetMaxY()Gets (as xml) the "maxY" attribute -
isSetMaxY
boolean isSetMaxY()True if has "maxY" attribute -
setMaxY
Sets the "maxY" attribute -
xsetMaxY
Sets (as xml) the "maxY" attribute -
unsetMaxY
void unsetMaxY()Unsets the "maxY" attribute
-