public class CTOneCellAnchor extends Object implements Child
Java class for CT_OneCellAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OneCellAnchor">
<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="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>
| Modifier and Type | Field and Description |
|---|---|
protected CTAnchorClientData |
clientData |
protected CTConnector |
cxnSp |
protected CTPositiveSize2D |
ext |
protected CTMarker |
from |
protected CTGraphicalObjectFrame |
graphicFrame |
protected CTGroupShape |
grpSp |
protected CTPicture |
pic |
protected CTShape |
sp |
| Constructor and Description |
|---|
CTOneCellAnchor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTAnchorClientData |
getClientData()
Gets the value of the clientData property.
|
CTConnector |
getCxnSp()
Gets the value of the cxnSp property.
|
CTPositiveSize2D |
getExt()
Gets the value of the ext property.
|
CTMarker |
getFrom()
Gets the value of the from property.
|
CTGraphicalObjectFrame |
getGraphicFrame()
Gets the value of the graphicFrame property.
|
CTGroupShape |
getGrpSp()
Gets the value of the grpSp property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPicture |
getPic()
Gets the value of the pic property.
|
CTShape |
getSp()
Gets the value of the sp property.
|
void |
setClientData(CTAnchorClientData value)
Sets the value of the clientData property.
|
void |
setCxnSp(CTConnector value)
Sets the value of the cxnSp property.
|
void |
setExt(CTPositiveSize2D value)
Sets the value of the ext property.
|
void |
setFrom(CTMarker value)
Sets the value of the from property.
|
void |
setGraphicFrame(CTGraphicalObjectFrame value)
Sets the value of the graphicFrame property.
|
void |
setGrpSp(CTGroupShape value)
Sets the value of the grpSp property.
|
void |
setParent(Object parent) |
void |
setPic(CTPicture value)
Sets the value of the pic property.
|
void |
setSp(CTShape value)
Sets the value of the sp property.
|
protected CTMarker from
protected CTPositiveSize2D ext
protected CTShape sp
protected CTGroupShape grpSp
protected CTGraphicalObjectFrame graphicFrame
protected CTConnector cxnSp
protected CTPicture pic
protected CTAnchorClientData clientData
public CTMarker getFrom()
CTMarkerpublic void setFrom(CTMarker value)
value - allowed object is
CTMarkerpublic CTPositiveSize2D getExt()
CTPositiveSize2Dpublic void setExt(CTPositiveSize2D value)
value - allowed object is
CTPositiveSize2Dpublic void setSp(CTShape value)
value - allowed object is
CTShapepublic CTGroupShape getGrpSp()
CTGroupShapepublic void setGrpSp(CTGroupShape value)
value - allowed object is
CTGroupShapepublic CTGraphicalObjectFrame getGraphicFrame()
CTGraphicalObjectFramepublic void setGraphicFrame(CTGraphicalObjectFrame value)
value - allowed object is
CTGraphicalObjectFramepublic CTConnector getCxnSp()
CTConnectorpublic void setCxnSp(CTConnector value)
value - allowed object is
CTConnectorpublic CTPicture getPic()
CTPicturepublic void setPic(CTPicture value)
value - allowed object is
CTPicturepublic CTAnchorClientData getClientData()
CTAnchorClientDatapublic void setClientData(CTAnchorClientData value)
value - allowed object is
CTAnchorClientDatapublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.