Uses of Class
org.apache.poi.xwpf.usermodel.XWPFChart
-
Packages that use XWPFChart Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFChart in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFChart Modifier and Type Field Description protected List<XWPFChart>XWPFDocument. chartsMethods in org.apache.poi.xwpf.usermodel that return XWPFChart Modifier and Type Method Description XWPFChartXWPFDocument. createChart()This method is used to create template for chart XML no need to read MS-Word file and modify chartsXWPFChartXWPFDocument. createChart(int width, int height)This method is used to create template for chart XML no need to read MS-Word file and modify chartsXWPFChartXWPFDocument. createChart(XWPFRun run, int width, int height)Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFChart Modifier and Type Method Description List<XWPFChart>XWPFDocument. getCharts()
-