Interface CTXYAdjustHandle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTXYAdjustHandle extends XmlObject
An XML CT_XYAdjustHandle(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTXYAdjustHandle.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 CTAdjPoint2D
addNewPos()
Appends and returns a new empty "pos" elementjava.lang.String
getGdRefX()
Gets the "gdRefX" attributejava.lang.String
getGdRefY()
Gets the "gdRefY" attributejava.lang.Object
getMaxX()
Gets the "maxX" attributejava.lang.Object
getMaxY()
Gets the "maxY" attributejava.lang.Object
getMinX()
Gets the "minX" attributejava.lang.Object
getMinY()
Gets the "minY" attributeCTAdjPoint2D
getPos()
Gets the "pos" elementboolean
isSetGdRefX()
True if has "gdRefX" attributeboolean
isSetGdRefY()
True if has "gdRefY" attributeboolean
isSetMaxX()
True if has "maxX" attributeboolean
isSetMaxY()
True if has "maxY" attributeboolean
isSetMinX()
True if has "minX" attributeboolean
isSetMinY()
True if has "minY" attributevoid
setGdRefX(java.lang.String gdRefX)
Sets the "gdRefX" attributevoid
setGdRefY(java.lang.String gdRefY)
Sets the "gdRefY" attributevoid
setMaxX(java.lang.Object maxX)
Sets the "maxX" attributevoid
setMaxY(java.lang.Object maxY)
Sets the "maxY" attributevoid
setMinX(java.lang.Object minX)
Sets the "minX" attributevoid
setMinY(java.lang.Object minY)
Sets the "minY" attributevoid
setPos(CTAdjPoint2D pos)
Sets the "pos" elementvoid
unsetGdRefX()
Unsets the "gdRefX" attributevoid
unsetGdRefY()
Unsets the "gdRefY" attributevoid
unsetMaxX()
Unsets the "maxX" attributevoid
unsetMaxY()
Unsets the "maxY" attributevoid
unsetMinX()
Unsets the "minX" attributevoid
unsetMinY()
Unsets the "minY" attributeSTGeomGuideName
xgetGdRefX()
Gets (as xml) the "gdRefX" attributeSTGeomGuideName
xgetGdRefY()
Gets (as xml) the "gdRefY" attributeSTAdjCoordinate
xgetMaxX()
Gets (as xml) the "maxX" attributeSTAdjCoordinate
xgetMaxY()
Gets (as xml) the "maxY" attributeSTAdjCoordinate
xgetMinX()
Gets (as xml) the "minX" attributeSTAdjCoordinate
xgetMinY()
Gets (as xml) the "minY" attributevoid
xsetGdRefX(STGeomGuideName gdRefX)
Sets (as xml) the "gdRefX" attributevoid
xsetGdRefY(STGeomGuideName gdRefY)
Sets (as xml) the "gdRefY" attributevoid
xsetMaxX(STAdjCoordinate maxX)
Sets (as xml) the "maxX" attributevoid
xsetMaxY(STAdjCoordinate maxY)
Sets (as xml) the "maxY" attributevoid
xsetMinX(STAdjCoordinate minX)
Sets (as xml) the "minX" attributevoid
xsetMinY(STAdjCoordinate minY)
Sets (as xml) the "minY" 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
-
getPos
CTAdjPoint2D getPos()
Gets the "pos" element
-
setPos
void setPos(CTAdjPoint2D pos)
Sets the "pos" element
-
addNewPos
CTAdjPoint2D addNewPos()
Appends and returns a new empty "pos" element
-
getGdRefX
java.lang.String getGdRefX()
Gets the "gdRefX" attribute
-
xgetGdRefX
STGeomGuideName xgetGdRefX()
Gets (as xml) the "gdRefX" attribute
-
isSetGdRefX
boolean isSetGdRefX()
True if has "gdRefX" attribute
-
setGdRefX
void setGdRefX(java.lang.String gdRefX)
Sets the "gdRefX" attribute
-
xsetGdRefX
void xsetGdRefX(STGeomGuideName gdRefX)
Sets (as xml) the "gdRefX" attribute
-
unsetGdRefX
void unsetGdRefX()
Unsets the "gdRefX" attribute
-
getMinX
java.lang.Object getMinX()
Gets the "minX" attribute
-
xgetMinX
STAdjCoordinate xgetMinX()
Gets (as xml) the "minX" attribute
-
isSetMinX
boolean isSetMinX()
True if has "minX" attribute
-
setMinX
void setMinX(java.lang.Object minX)
Sets the "minX" attribute
-
xsetMinX
void xsetMinX(STAdjCoordinate minX)
Sets (as xml) the "minX" attribute
-
unsetMinX
void unsetMinX()
Unsets the "minX" attribute
-
getMaxX
java.lang.Object getMaxX()
Gets the "maxX" attribute
-
xgetMaxX
STAdjCoordinate xgetMaxX()
Gets (as xml) the "maxX" attribute
-
isSetMaxX
boolean isSetMaxX()
True if has "maxX" attribute
-
setMaxX
void setMaxX(java.lang.Object maxX)
Sets the "maxX" attribute
-
xsetMaxX
void xsetMaxX(STAdjCoordinate maxX)
Sets (as xml) the "maxX" attribute
-
unsetMaxX
void unsetMaxX()
Unsets the "maxX" attribute
-
getGdRefY
java.lang.String getGdRefY()
Gets the "gdRefY" attribute
-
xgetGdRefY
STGeomGuideName xgetGdRefY()
Gets (as xml) the "gdRefY" attribute
-
isSetGdRefY
boolean isSetGdRefY()
True if has "gdRefY" attribute
-
setGdRefY
void setGdRefY(java.lang.String gdRefY)
Sets the "gdRefY" attribute
-
xsetGdRefY
void xsetGdRefY(STGeomGuideName gdRefY)
Sets (as xml) the "gdRefY" attribute
-
unsetGdRefY
void unsetGdRefY()
Unsets the "gdRefY" attribute
-
getMinY
java.lang.Object getMinY()
Gets the "minY" attribute
-
xgetMinY
STAdjCoordinate xgetMinY()
Gets (as xml) the "minY" attribute
-
isSetMinY
boolean isSetMinY()
True if has "minY" attribute
-
setMinY
void setMinY(java.lang.Object minY)
Sets the "minY" attribute
-
xsetMinY
void xsetMinY(STAdjCoordinate minY)
Sets (as xml) the "minY" attribute
-
unsetMinY
void unsetMinY()
Unsets the "minY" attribute
-
getMaxY
java.lang.Object getMaxY()
Gets the "maxY" attribute
-
xgetMaxY
STAdjCoordinate xgetMaxY()
Gets (as xml) the "maxY" attribute
-
isSetMaxY
boolean isSetMaxY()
True if has "maxY" attribute
-
setMaxY
void setMaxY(java.lang.Object maxY)
Sets the "maxY" attribute
-
xsetMaxY
void xsetMaxY(STAdjCoordinate maxY)
Sets (as xml) the "maxY" attribute
-
unsetMaxY
void unsetMaxY()
Unsets the "maxY" attribute
-
-