| Class and Description |
|---|
| org.apache.poi.xssf.usermodel.charts.AbstractXSSFChartSeries
use
XDDFChartData.Series instead |
| org.apache.poi.openxml4j.util.Nullable
No longer used in POI code base, use
Optional instead |
| org.apache.poi.xslf.extractor.XSLFPowerPointExtractor |
| org.apache.poi.xssf.usermodel.charts.XSSFCategoryAxis
use
XDDFCategoryAxis instead |
| org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
use
XDDFChartAxis instead |
| org.apache.poi.xssf.usermodel.charts.XSSFChartDataFactory |
| org.apache.poi.xssf.usermodel.charts.XSSFChartLegend
use
XDDFChartLegend instead |
| org.apache.poi.xssf.usermodel.charts.XSSFDateAxis
use
XDDFDateAxis instead |
| org.apache.poi.xssf.usermodel.charts.XSSFLineChartData
use
XDDFLineChartData instead |
| org.apache.poi.xssf.usermodel.charts.XSSFManualLayout
use
instead |
| org.apache.poi.xssf.usermodel.charts.XSSFScatterChartData
use
XDDFScatterChartData instead |
| org.apache.poi.xssf.usermodel.charts.XSSFValueAxis
use
XDDFValueAxis instead |
| Field and Description |
|---|
| org.apache.poi.xssf.usermodel.XSSFWorkbook.DEFAULT_CHARACTER_WIDTH
POI 3.17 beta 1
|
| Constructor and Description |
|---|
| org.apache.poi.xssf.usermodel.XSSFColor()
as of 4.0.0, we want to have the indexed map, and all calling contexts have access to it.
|
| org.apache.poi.xssf.usermodel.XSSFColor(Color)
3.17 beta 1 - pass the workbook styles indexed color map, if any
|
| org.apache.poi.xssf.usermodel.XSSFColor(CTColor)
3.17 beta 1 - pass the workbook styles indexed color map, if any
|
| org.apache.poi.xssf.usermodel.XSSFColor(CTColor, IndexedColorMap)
4.0.0 - use the factory
XSSFColor.from(CTColor, IndexedColorMap) method instead to check for null CTColor instances. Make private eventually |
| org.apache.poi.xssf.usermodel.helpers.XSSFXmlColumnPr(XSSFTable, CTTableColumn, CTXmlColumnPr) |
| org.apache.poi.xwpf.usermodel.XWPFRun(CTR, XWPFParagraph) |