Package org.apache.poi.xslf.draw.geom
Class XSLFConnectionSite
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFConnectionSite
-
- All Implemented Interfaces:
ConnectionSiteIf
@Beta public class XSLFConnectionSite extends Object implements ConnectionSiteIf
Wrapper / delegate for XmlBeans custom geometry
-
-
Constructor Summary
Constructors Constructor Description XSLFConnectionSite(org.openxmlformats.schemas.drawingml.x2006.main.CTConnectionSite cxn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAng()AdjustPointIfgetPos()booleanisSetAng()voidsetAng(String value)Sets the value of the ang property.voidsetPos(AdjustPointIf pos)
-
-
-
Method Detail
-
getPos
public AdjustPointIf getPos()
- Specified by:
getPosin interfaceConnectionSiteIf
-
setPos
public void setPos(AdjustPointIf pos)
- Specified by:
setPosin interfaceConnectionSiteIf
-
getAng
public String getAng()
- Specified by:
getAngin interfaceConnectionSiteIf
-
setAng
public void setAng(String value)
Sets the value of the ang property.- Specified by:
setAngin interfaceConnectionSiteIf
-
isSetAng
public boolean isSetAng()
- Specified by:
isSetAngin interfaceConnectionSiteIf
-
-