@Beta public class XSLFConnectionSite extends Object implements ConnectionSiteIf
| Constructor and Description |
|---|
XSLFConnectionSite(org.openxmlformats.schemas.drawingml.x2006.main.CTConnectionSite cxn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAng() |
AdjustPointIf |
getPos() |
boolean |
isSetAng() |
void |
setAng(String value)
Sets the value of the ang property.
|
void |
setPos(AdjustPointIf pos) |
public XSLFConnectionSite(org.openxmlformats.schemas.drawingml.x2006.main.CTConnectionSite cxn)
public AdjustPointIf getPos()
getPos in interface ConnectionSiteIfpublic void setPos(AdjustPointIf pos)
setPos in interface ConnectionSiteIfpublic String getAng()
getAng in interface ConnectionSiteIfpublic void setAng(String value)
setAng in interface ConnectionSiteIfpublic boolean isSetAng()
isSetAng in interface ConnectionSiteIf