Uses of Class
org.apache.poi.sl.draw.binding.CTConnectionSiteList
-
Packages that use CTConnectionSiteList Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTConnectionSiteList in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding declared as CTConnectionSiteList Modifier and Type Field Description protected CTConnectionSiteList
CTCustomGeometry2D. cxnLst
Methods in org.apache.poi.sl.draw.binding that return CTConnectionSiteList Modifier and Type Method Description CTConnectionSiteList
ObjectFactory. createCTConnectionSiteList()
Create an instance ofCTConnectionSiteList
CTConnectionSiteList
CTCustomGeometry2D. getCxnLst()
Gets the value of the cxnLst property.Methods in org.apache.poi.sl.draw.binding with parameters of type CTConnectionSiteList Modifier and Type Method Description void
CTCustomGeometry2D. setCxnLst(CTConnectionSiteList value)
Sets the value of the cxnLst property.
-