public class CTAbsoluteAnchor extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected CTAnchorClientData |
clientData |
protected CTConnector |
cxnSp |
protected CTPositiveSize2D |
ext |
protected CTGraphicalObjectFrame |
graphicFrame |
protected CTGroupShape |
grpSp |
protected CTPicture |
pic |
protected CTPoint2D |
pos |
protected CTShape |
sp |
Constructor and Description |
---|
CTAbsoluteAnchor() |
Modifier and Type | Method and Description |
---|---|
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.
|
CTGraphicalObjectFrame |
getGraphicFrame()
Gets the value of the graphicFrame property.
|
CTGroupShape |
getGrpSp()
Gets the value of the grpSp property.
|
CTPicture |
getPic()
Gets the value of the pic property.
|
CTPoint2D |
getPos()
Gets the value of the pos 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 |
setGraphicFrame(CTGraphicalObjectFrame value)
Sets the value of the graphicFrame property.
|
void |
setGrpSp(CTGroupShape value)
Sets the value of the grpSp property.
|
void |
setPic(CTPicture value)
Sets the value of the pic property.
|
void |
setPos(CTPoint2D value)
Sets the value of the pos property.
|
void |
setSp(CTShape value)
Sets the value of the sp property.
|
protected CTPoint2D pos
protected CTPositiveSize2D ext
protected CTShape sp
protected CTGroupShape grpSp
protected CTGraphicalObjectFrame graphicFrame
protected CTConnector cxnSp
protected CTPicture pic
protected CTAnchorClientData clientData
public CTPoint2D getPos()
CTPoint2D
public void setPos(CTPoint2D value)
value
- allowed object is
CTPoint2D
public CTPositiveSize2D getExt()
CTPositiveSize2D
public void setExt(CTPositiveSize2D value)
value
- allowed object is
CTPositiveSize2D
public void setSp(CTShape value)
value
- allowed object is
CTShape
public CTGroupShape getGrpSp()
CTGroupShape
public void setGrpSp(CTGroupShape value)
value
- allowed object is
CTGroupShape
public CTGraphicalObjectFrame getGraphicFrame()
CTGraphicalObjectFrame
public void setGraphicFrame(CTGraphicalObjectFrame value)
value
- allowed object is
CTGraphicalObjectFrame
public CTConnector getCxnSp()
CTConnector
public void setCxnSp(CTConnector value)
value
- allowed object is
CTConnector
public CTPicture getPic()
CTPicture
public void setPic(CTPicture value)
value
- allowed object is
CTPicture
public CTAnchorClientData getClientData()
CTAnchorClientData
public void setClientData(CTAnchorClientData value)
value
- allowed object is
CTAnchorClientData
Copyright © 2007-2019. All Rights Reserved.