Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XWPFChart> |
XWPFDocument.charts |
Modifier and Type | Method and Description |
---|---|
XWPFChart |
XWPFDocument.createChart()
This method is used to create template for chart XML
no need to read MS-Word file and modify charts
|
XWPFChart |
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 charts
|
XWPFChart |
XWPFDocument.createChart(XWPFRun run,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFChart> |
XWPFDocument.getCharts() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.