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 XSLFChartXMLSlideShow. createChart()This method is used to create template for chart XML.XSLFChartXMLSlideShow. createChart(XSLFSlide slide)Create a blank chart on the given slide.XSLFChartXSLFGraphicFrame. getChart()Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFChart Modifier and Type Method Description 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 voidXSLFSheet. addChart(XSLFChart chart)this method will add chart into slide with default height, width, x and yvoidXSLFSheet. addChart(XSLFChart chart, Rectangle2D rect2D)this method will add chart into slide with given height, width, x and yprotected voidXSLFSlide. removeChartRelation(XSLFChart chart)
-