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) |