| Class and Description |
|---|
| org.apache.poi.ooxml.util.SAXHelper
use
XMLHelper |
| org.apache.poi.ooxml.util.TransformerHelper
use
XMLHelper |
| Field and Description |
|---|
| org.apache.poi.xssf.usermodel.XSSFSheet.TWIPS_PER_POINT
POI 5.0.0
|
| 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.xwpf.usermodel.XWPFRun(CTR, XWPFParagraph) |