Package org.apache.poi.sl.draw.geom
Interface ConnectionSiteIf
- All Known Implementing Classes:
ConnectionSite
public interface ConnectionSiteIf
-
Method Summary
Modifier and TypeMethodDescriptiongetAng()Gets the value of the ang property.getPos()Gets the value of the pos property.booleanisSetAng()voidSets the value of the ang property.voidsetPos(AdjustPointIf pos) Sets the value of the pos property.
-
Method Details
-
getPos
AdjustPointIf getPos()Gets the value of the pos property. -
setPos
Sets the value of the pos property. -
getAng
String getAng()Gets the value of the ang property. -
setAng
Sets the value of the ang property. -
isSetAng
boolean isSetAng()
-