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 java.util.List<XWPFChart>
XWPFDocument. charts
Methods in org.apache.poi.xwpf.usermodel that return XWPFChart Modifier and Type Method Description XWPFChart
XWPFDocument. createChart()
This method is used to create template for chart XML no need to read MS-Word file and modify chartsXWPFChart
XWPFDocument. createChart(int width, int height)
This method is used to create template for chart XML no need to read MS-Word file and modify chartsMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFChart Modifier and Type Method Description java.util.List<XWPFChart>
XWPFDocument. getCharts()
-