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 classCTXYAdjustHandle.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTAdjPoint2DaddNewPos()Appends and returns a new empty "pos" elementjava.lang.StringgetGdRefX()Gets the "gdRefX" attributejava.lang.StringgetGdRefY()Gets the "gdRefY" attributejava.lang.ObjectgetMaxX()Gets the "maxX" attributejava.lang.ObjectgetMaxY()Gets the "maxY" attributejava.lang.ObjectgetMinX()Gets the "minX" attributejava.lang.ObjectgetMinY()Gets the "minY" attributeCTAdjPoint2DgetPos()Gets the "pos" elementbooleanisSetGdRefX()True if has "gdRefX" attributebooleanisSetGdRefY()True if has "gdRefY" attributebooleanisSetMaxX()True if has "maxX" attributebooleanisSetMaxY()True if has "maxY" attributebooleanisSetMinX()True if has "minX" attributebooleanisSetMinY()True if has "minY" attributevoidsetGdRefX(java.lang.String gdRefX)Sets the "gdRefX" attributevoidsetGdRefY(java.lang.String gdRefY)Sets the "gdRefY" attributevoidsetMaxX(java.lang.Object maxX)Sets the "maxX" attributevoidsetMaxY(java.lang.Object maxY)Sets the "maxY" attributevoidsetMinX(java.lang.Object minX)Sets the "minX" attributevoidsetMinY(java.lang.Object minY)Sets the "minY" attributevoidsetPos(CTAdjPoint2D pos)Sets the "pos" elementvoidunsetGdRefX()Unsets the "gdRefX" attributevoidunsetGdRefY()Unsets the "gdRefY" attributevoidunsetMaxX()Unsets the "maxX" attributevoidunsetMaxY()Unsets the "maxY" attributevoidunsetMinX()Unsets the "minX" attributevoidunsetMinY()Unsets the "minY" attributeSTGeomGuideNamexgetGdRefX()Gets (as xml) the "gdRefX" attributeSTGeomGuideNamexgetGdRefY()Gets (as xml) the "gdRefY" attributeSTAdjCoordinatexgetMaxX()Gets (as xml) the "maxX" attributeSTAdjCoordinatexgetMaxY()Gets (as xml) the "maxY" attributeSTAdjCoordinatexgetMinX()Gets (as xml) the "minX" attributeSTAdjCoordinatexgetMinY()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" 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
-
-