Class CTAbsoluteAnchor
java.lang.Object
org.docx4j.dml.spreadsheetdrawing.CTAbsoluteAnchor
- All Implemented Interfaces:
Child
Java class for CT_AbsoluteAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AbsoluteAnchor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Point2D"/>
<element name="ext" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}EG_ObjectChoices"/>
<element name="clientData" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}CT_AnchorClientData"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTAnchorClientDataprotected CTConnectorprotected CTPositiveSize2Dprotected CTGraphicalObjectFrameprotected CTGroupShapeprotected CTPictureprotected CTPoint2Dprotected CTShape -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the clientData property.getCxnSp()Gets the value of the cxnSp property.getExt()Gets the value of the ext property.Gets the value of the graphicFrame property.getGrpSp()Gets the value of the grpSp property.Gets the parent object in the object tree representing the unmarshalled xml document.getPic()Gets the value of the pic property.getPos()Gets the value of the pos property.getSp()Gets the value of the sp property.voidsetClientData(CTAnchorClientData value) Sets the value of the clientData property.voidsetCxnSp(CTConnector value) Sets the value of the cxnSp property.voidsetExt(CTPositiveSize2D value) Sets the value of the ext property.voidSets the value of the graphicFrame property.voidsetGrpSp(CTGroupShape value) Sets the value of the grpSp property.voidvoidSets the value of the pic property.voidSets the value of the pos property.voidSets the value of the sp property.
-
Field Details
-
pos
-
ext
-
sp
-
grpSp
-
graphicFrame
-
cxnSp
-
pic
-
clientData
-
-
Constructor Details
-
CTAbsoluteAnchor
public CTAbsoluteAnchor()
-
-
Method Details
-
getPos
Gets the value of the pos property.- Returns:
- possible object is
CTPoint2D
-
setPos
Sets the value of the pos property.- Parameters:
value- allowed object isCTPoint2D
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
CTPositiveSize2D
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isCTPositiveSize2D
-
getSp
Gets the value of the sp property.- Returns:
- possible object is
CTShape
-
setSp
Sets the value of the sp property.- Parameters:
value- allowed object isCTShape
-
getGrpSp
Gets the value of the grpSp property.- Returns:
- possible object is
CTGroupShape
-
setGrpSp
Sets the value of the grpSp property.- Parameters:
value- allowed object isCTGroupShape
-
getGraphicFrame
Gets the value of the graphicFrame property.- Returns:
- possible object is
CTGraphicalObjectFrame
-
setGraphicFrame
Sets the value of the graphicFrame property.- Parameters:
value- allowed object isCTGraphicalObjectFrame
-
getCxnSp
Gets the value of the cxnSp property.- Returns:
- possible object is
CTConnector
-
setCxnSp
Sets the value of the cxnSp property.- Parameters:
value- allowed object isCTConnector
-
getPic
Gets the value of the pic property.- Returns:
- possible object is
CTPicture
-
setPic
Sets the value of the pic property.- Parameters:
value- allowed object isCTPicture
-
getClientData
Gets the value of the clientData property.- Returns:
- possible object is
CTAnchorClientData
-
setClientData
Sets the value of the clientData property.- Parameters:
value- allowed object isCTAnchorClientData
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-