Class CTTwoCellAnchor
java.lang.Object
org.docx4j.dml.spreadsheetdrawing.CTTwoCellAnchor
- All Implemented Interfaces:
Child
public class CTTwoCellAnchor extends java.lang.Object implements Child
Java class for CT_TwoCellAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TwoCellAnchor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="from" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}CT_Marker"/>
<element name="to" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}CT_Marker"/>
<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>
<attribute name="editAs" type="{http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing}ST_EditAs" default="twoCell" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTAnchorClientDataclientDataprotected CTConnectorcxnSpprotected STEditAseditAsprotected CTMarkerfromprotected CTGraphicalObjectFramegraphicFrameprotected CTGroupShapegrpSpprotected CTPicturepicprotected CTShapespprotected CTMarkerto -
Constructor Summary
Constructors Constructor Description CTTwoCellAnchor() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTAnchorClientDatagetClientData()Gets the value of the clientData property.CTConnectorgetCxnSp()Gets the value of the cxnSp property.STEditAsgetEditAs()Gets the value of the editAs property.CTMarkergetFrom()Gets the value of the from property.CTGraphicalObjectFramegetGraphicFrame()Gets the value of the graphicFrame property.CTGroupShapegetGrpSp()Gets the value of the grpSp property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPicturegetPic()Gets the value of the pic property.CTShapegetSp()Gets the value of the sp property.CTMarkergetTo()Gets the value of the to property.voidsetClientData(CTAnchorClientData value)Sets the value of the clientData property.voidsetCxnSp(CTConnector value)Sets the value of the cxnSp property.voidsetEditAs(STEditAs value)Sets the value of the editAs property.voidsetFrom(CTMarker value)Sets the value of the from property.voidsetGraphicFrame(CTGraphicalObjectFrame value)Sets the value of the graphicFrame property.voidsetGrpSp(CTGroupShape value)Sets the value of the grpSp property.voidsetParent(java.lang.Object parent)voidsetPic(CTPicture value)Sets the value of the pic property.voidsetSp(CTShape value)Sets the value of the sp property.voidsetTo(CTMarker value)Sets the value of the to property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
from
-
to
-
sp
-
grpSp
-
graphicFrame
-
cxnSp
-
pic
-
clientData
-
editAs
-
-
Constructor Details
-
CTTwoCellAnchor
public CTTwoCellAnchor()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
CTMarker
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isCTMarker
-
getTo
Gets the value of the to property.- Returns:
- possible object is
CTMarker
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isCTMarker
-
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
-
getEditAs
Gets the value of the editAs property.- Returns:
- possible object is
STEditAs
-
setEditAs
Sets the value of the editAs property.- Parameters:
value- allowed object isSTEditAs
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-