Interface CTAbsoluteAnchor
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTAbsoluteAnchor extends XmlObject
An XML CT_AbsoluteAnchor(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTAbsoluteAnchor.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 CTAnchorClientData
addNewClientData()
Appends and returns a new empty "clientData" elementCTConnector
addNewCxnSp()
Appends and returns a new empty "cxnSp" elementCTPositiveSize2D
addNewExt()
Appends and returns a new empty "ext" elementCTGraphicalObjectFrame
addNewGraphicFrame()
Appends and returns a new empty "graphicFrame" elementCTGroupShape
addNewGrpSp()
Appends and returns a new empty "grpSp" elementCTPicture
addNewPic()
Appends and returns a new empty "pic" elementCTPoint2D
addNewPos()
Appends and returns a new empty "pos" elementCTShape
addNewSp()
Appends and returns a new empty "sp" elementCTAnchorClientData
getClientData()
Gets the "clientData" elementCTConnector
getCxnSp()
Gets the "cxnSp" elementCTPositiveSize2D
getExt()
Gets the "ext" elementCTGraphicalObjectFrame
getGraphicFrame()
Gets the "graphicFrame" elementCTGroupShape
getGrpSp()
Gets the "grpSp" elementCTPicture
getPic()
Gets the "pic" elementCTPoint2D
getPos()
Gets the "pos" elementCTShape
getSp()
Gets the "sp" elementboolean
isSetCxnSp()
True if has "cxnSp" elementboolean
isSetGraphicFrame()
True if has "graphicFrame" elementboolean
isSetGrpSp()
True if has "grpSp" elementboolean
isSetPic()
True if has "pic" elementboolean
isSetSp()
True if has "sp" elementvoid
setClientData(CTAnchorClientData clientData)
Sets the "clientData" elementvoid
setCxnSp(CTConnector cxnSp)
Sets the "cxnSp" elementvoid
setExt(CTPositiveSize2D ext)
Sets the "ext" elementvoid
setGraphicFrame(CTGraphicalObjectFrame graphicFrame)
Sets the "graphicFrame" elementvoid
setGrpSp(CTGroupShape grpSp)
Sets the "grpSp" elementvoid
setPic(CTPicture pic)
Sets the "pic" elementvoid
setPos(CTPoint2D pos)
Sets the "pos" elementvoid
setSp(CTShape sp)
Sets the "sp" elementvoid
unsetCxnSp()
Unsets the "cxnSp" elementvoid
unsetGraphicFrame()
Unsets the "graphicFrame" elementvoid
unsetGrpSp()
Unsets the "grpSp" elementvoid
unsetPic()
Unsets the "pic" elementvoid
unsetSp()
Unsets the "sp" element-
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
CTPoint2D getPos()
Gets the "pos" element
-
setPos
void setPos(CTPoint2D pos)
Sets the "pos" element
-
addNewPos
CTPoint2D addNewPos()
Appends and returns a new empty "pos" element
-
getExt
CTPositiveSize2D getExt()
Gets the "ext" element
-
setExt
void setExt(CTPositiveSize2D ext)
Sets the "ext" element
-
addNewExt
CTPositiveSize2D addNewExt()
Appends and returns a new empty "ext" element
-
getSp
CTShape getSp()
Gets the "sp" element
-
isSetSp
boolean isSetSp()
True if has "sp" element
-
setSp
void setSp(CTShape sp)
Sets the "sp" element
-
addNewSp
CTShape addNewSp()
Appends and returns a new empty "sp" element
-
unsetSp
void unsetSp()
Unsets the "sp" element
-
getGrpSp
CTGroupShape getGrpSp()
Gets the "grpSp" element
-
isSetGrpSp
boolean isSetGrpSp()
True if has "grpSp" element
-
setGrpSp
void setGrpSp(CTGroupShape grpSp)
Sets the "grpSp" element
-
addNewGrpSp
CTGroupShape addNewGrpSp()
Appends and returns a new empty "grpSp" element
-
unsetGrpSp
void unsetGrpSp()
Unsets the "grpSp" element
-
getGraphicFrame
CTGraphicalObjectFrame getGraphicFrame()
Gets the "graphicFrame" element
-
isSetGraphicFrame
boolean isSetGraphicFrame()
True if has "graphicFrame" element
-
setGraphicFrame
void setGraphicFrame(CTGraphicalObjectFrame graphicFrame)
Sets the "graphicFrame" element
-
addNewGraphicFrame
CTGraphicalObjectFrame addNewGraphicFrame()
Appends and returns a new empty "graphicFrame" element
-
unsetGraphicFrame
void unsetGraphicFrame()
Unsets the "graphicFrame" element
-
getCxnSp
CTConnector getCxnSp()
Gets the "cxnSp" element
-
isSetCxnSp
boolean isSetCxnSp()
True if has "cxnSp" element
-
setCxnSp
void setCxnSp(CTConnector cxnSp)
Sets the "cxnSp" element
-
addNewCxnSp
CTConnector addNewCxnSp()
Appends and returns a new empty "cxnSp" element
-
unsetCxnSp
void unsetCxnSp()
Unsets the "cxnSp" element
-
getPic
CTPicture getPic()
Gets the "pic" element
-
isSetPic
boolean isSetPic()
True if has "pic" element
-
setPic
void setPic(CTPicture pic)
Sets the "pic" element
-
addNewPic
CTPicture addNewPic()
Appends and returns a new empty "pic" element
-
unsetPic
void unsetPic()
Unsets the "pic" element
-
getClientData
CTAnchorClientData getClientData()
Gets the "clientData" element
-
setClientData
void setClientData(CTAnchorClientData clientData)
Sets the "clientData" element
-
addNewClientData
CTAnchorClientData addNewClientData()
Appends and returns a new empty "clientData" element
-
-