Uses of Interface
org.apache.poi.sl.usermodel.ConnectorShape
-
Packages that use ConnectorShape Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description DrawConnectorShape
DrawFactory. getDrawable(ConnectorShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type ConnectorShape Constructor Description DrawConnectorShape(ConnectorShape<?,?> shape)
-
Uses of ConnectorShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return ConnectorShape Modifier and Type Method Description 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 Modifier and Type Class Description class
XSLFConnectorShape
Specifies a connection shape.
-