Uses of Class
org.apache.poi.sl.draw.binding.CTConnectionSite
-
Packages that use CTConnectionSite Package Description org.apache.poi.sl.draw.binding -
-
Uses of CTConnectionSite in org.apache.poi.sl.draw.binding
Fields in org.apache.poi.sl.draw.binding with type parameters of type CTConnectionSite Modifier and Type Field Description protected java.util.List<CTConnectionSite>
CTConnectionSiteList. cxn
Methods in org.apache.poi.sl.draw.binding that return CTConnectionSite Modifier and Type Method Description CTConnectionSite
ObjectFactory. createCTConnectionSite()
Create an instance ofCTConnectionSite
Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTConnectionSite Modifier and Type Method Description java.util.List<CTConnectionSite>
CTConnectionSiteList. getCxn()
Gets the value of the cxn property.
-