| Package | Description |
|---|---|
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
XSSFChart |
XSSFDrawing.createChart(ClientAnchor anchor)
Creates a chart.
|
XSSFChart |
XSSFDrawing.createChart(XSSFClientAnchor anchor)
Creates a chart.
|
XSSFChart |
XSSFDrawing.importChart(XSSFChart srcChart)
Imports the chart from the
srcChart into this drawing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XSSFChart> |
XSSFDrawing.getCharts()
Returns all charts in this drawing.
|
| Modifier and Type | Method and Description |
|---|---|
XSSFChart |
XSSFDrawing.importChart(XSSFChart srcChart)
Imports the chart from the
srcChart into this drawing. |
protected void |
XSSFGraphicFrame.setChart(XSSFChart chart,
java.lang.String relId)
Assign a DrawingML chart to the graphic frame.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.