Uses of Interface
org.apache.poi.sl.usermodel.ConnectorShape

Packages that use ConnectorShape
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of ConnectorShape in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement ConnectorShape
 class HSLFConnectorShape
          Specifies a connection shape.
 

Uses of ConnectorShape in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw with parameters of type ConnectorShape
 DrawConnectorShape DrawFactory.getDrawable(ConnectorShape<?,?> shape)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type ConnectorShape
DrawConnectorShape(ConnectorShape<?,?> shape)
           
 

Uses of ConnectorShape in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return ConnectorShape
 ConnectorShape<S,P> ShapeContainer.createConnector()
          create a connector
 

Uses of ConnectorShape in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement ConnectorShape
 class XSLFConnectorShape
          Specifies a connection shape.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.