@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 ConnectionSiteIf
public void setPos(AdjustPointIf pos)
setPos
in interface ConnectionSiteIf
public String getAng()
getAng
in interface ConnectionSiteIf
public void setAng(String value)
setAng
in interface ConnectionSiteIf
public boolean isSetAng()
isSetAng
in interface ConnectionSiteIf