Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFChart |
XMLSlideShow.createChart()
This method is used to create template for chart XML.
|
XSLFChart |
XMLSlideShow.createChart(XSLFSlide slide)
Create a blank chart on the given slide.
|
XSLFChart |
XSLFGraphicFrame.getChart() |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSLFChart> |
XMLSlideShow.getCharts()
Return all the charts in the slideshow
|
Modifier and Type | Method and Description |
---|---|
void |
XSLFSheet.addChart(XSLFChart chart)
this method will add chart into slide
with default height, width, x and y
|
void |
XSLFSheet.addChart(XSLFChart chart,
java.awt.geom.Rectangle2D rect2D)
this method will add chart into slide
with given height, width, x and y
|
protected void |
XSLFSlide.removeChartRelation(XSLFChart chart) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.