Uses of Class
org.apache.poi.xslf.usermodel.XSLFChart
-
Packages that use XSLFChart Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFChart in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFChart Modifier and Type Method Description XSLFChart
XMLSlideShow. createChart(XSLFSlide slide)
Create a blank chart on the given slide.Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFChart Modifier and Type Method Description java.util.List<XSLFChart>
XMLSlideShow. getCharts()
Return all the charts in the slideshowMethods in org.apache.poi.xslf.usermodel with parameters of type XSLFChart Modifier and Type Method Description protected void
XSLFSlide. removeChartRelation(XSLFChart chart)
-