Uses of Interface
org.apache.poi.sl.usermodel.GraphicalFrame
-
Packages that use GraphicalFrame Package Description org.apache.poi.sl.draw org.apache.poi.xslf.usermodel -
-
Uses of GraphicalFrame in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type GraphicalFrame Modifier and Type Method Description DrawGraphicalFrame
DrawFactory. getDrawable(GraphicalFrame<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type GraphicalFrame Constructor Description DrawGraphicalFrame(GraphicalFrame<?,?> shape)
-
Uses of GraphicalFrame in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement GraphicalFrame Modifier and Type Class Description class
XSLFGraphicFrame
class
XSLFObjectShape
class
XSLFTable
Represents a table in a .pptx presentation
-