public class CTRelSizeAnchor extends java.lang.Object implements Child
Java class for CT_RelSizeAnchor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RelSizeAnchor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="from" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_Marker"/>
<element name="to" type="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}CT_Marker"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chartDrawing}EG_ObjectChoices"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTConnector |
cxnSp |
protected CTMarker |
from |
protected CTGraphicFrame |
graphicFrame |
protected CTGroupShape |
grpSp |
protected CTPicture |
pic |
protected CTShape |
sp |
protected CTMarker |
to |
| Constructor and Description |
|---|
CTRelSizeAnchor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTConnector |
getCxnSp()
Gets the value of the cxnSp property.
|
CTMarker |
getFrom()
Gets the value of the from property.
|
CTGraphicFrame |
getGraphicFrame()
Gets the value of the graphicFrame property.
|
CTGroupShape |
getGrpSp()
Gets the value of the grpSp property.
|
java.lang.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.
|
CTMarker |
getTo()
Gets the value of the to property.
|
void |
setCxnSp(CTConnector value)
Sets the value of the cxnSp property.
|
void |
setFrom(CTMarker value)
Sets the value of the from property.
|
void |
setGraphicFrame(CTGraphicFrame value)
Sets the value of the graphicFrame property.
|
void |
setGrpSp(CTGroupShape value)
Sets the value of the grpSp property.
|
void |
setParent(java.lang.Object parent) |
void |
setPic(CTPicture value)
Sets the value of the pic property.
|
void |
setSp(CTShape value)
Sets the value of the sp property.
|
void |
setTo(CTMarker value)
Sets the value of the to property.
|
protected CTMarker from
protected CTMarker to
protected CTShape sp
protected CTGroupShape grpSp
protected CTGraphicFrame graphicFrame
protected CTConnector cxnSp
protected CTPicture pic
public CTMarker getFrom()
CTMarkerpublic void setFrom(CTMarker value)
value - allowed object is
CTMarkerpublic CTMarker getTo()
CTMarkerpublic void setTo(CTMarker value)
value - allowed object is
CTMarkerpublic void setSp(CTShape value)
value - allowed object is
CTShapepublic CTGroupShape getGrpSp()
CTGroupShapepublic void setGrpSp(CTGroupShape value)
value - allowed object is
CTGroupShapepublic CTGraphicFrame getGraphicFrame()
CTGraphicFramepublic void setGraphicFrame(CTGraphicFrame value)
value - allowed object is
CTGraphicFramepublic CTConnector getCxnSp()
CTConnectorpublic void setCxnSp(CTConnector value)
value - allowed object is
CTConnectorpublic CTPicture getPic()
CTPicturepublic void setPic(CTPicture value)
value - allowed object is
CTPicturepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.