|
Deprecated Methods |
org.apache.poi.xslf.usermodel.XMLSlideShow._getXSLFSlideShow()
|
org.apache.poi.openxml4j.opc.Package.create(File)
use OPCPackage.create(File) |
org.apache.poi.openxml4j.opc.Package.create(OutputStream)
use OPCPackage.create(OutputStream) |
org.apache.poi.openxml4j.opc.Package.create(String)
use OPCPackage.create(String) |
org.apache.poi.xssf.usermodel.XSSFSheet.createComment()
since Nov 2009 this method is not compatible with the common SS interfaces,
use (org.apache.poi.ss.usermodel.ClientAnchor) instead |
org.apache.poi.xssf.usermodel.XSSFColor.getARgb()
Use XSSFColor.getARGB() |
org.apache.poi.xwpf.usermodel.XWPFRun.getParagraph()
use XWPFRun.getParent() instead |
org.apache.poi.openxml4j.opc.internal.ContentType.getParameters(String)
Use ContentType.getParameter(String) instead |
org.apache.poi.xssf.usermodel.XSSFColor.getRgb()
use XSSFColor.getRGB() |
org.apache.poi.xssf.usermodel.XSSFFontFormatting.getXSSFColor()
use XSSFFontFormatting.getFontColor() |
org.apache.poi.xwpf.usermodel.XWPFRun.isStrike()
|
org.apache.poi.xssf.usermodel.XSSFSheet.lockAutoFilter()
use XSSFSheet.lockAutoFilter(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockDeleteColumns()
use XSSFSheet.lockDeleteColumns(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockDeleteRows()
use XSSFSheet.lockDeleteRows(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockFormatCells()
use XSSFSheet.lockFormatCells(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockFormatColumns()
use XSSFSheet.lockFormatColumns(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockFormatRows()
use XSSFSheet.lockFormatRows(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockInsertColumns()
use XSSFSheet.lockInsertColumns(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockInsertHyperlinks()
use XSSFSheet.lockInsertHyperlinks(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockInsertRows()
use XSSFSheet.lockInsertRows(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockObjects()
use XSSFSheet.lockObjects(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockPivotTables()
use XSSFSheet.lockPivotTables(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockScenarios()
use XSSFSheet.lockScenarios(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockSelectLockedCells()
use XSSFSheet.lockSelectLockedCells(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockSelectUnlockedCells()
use XSSFSheet.lockSelectUnlockedCells(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.lockSort()
use XSSFSheet.lockSort(boolean) |
org.apache.poi.xssf.model.CommentsTable.newComment()
Use CommentsTable.newComment(String) instead to explicitly set the cell reference to create for |
org.apache.poi.openxml4j.opc.Package.open(InputStream)
use OPCPackage.open(InputStream) |
org.apache.poi.openxml4j.opc.Package.open(String)
use OPCPackage.open(String) |
org.apache.poi.openxml4j.opc.Package.open(String, PackageAccess)
use OPCPackage.open(String,PackageAccess) |
org.apache.poi.openxml4j.opc.Package.openOrCreate(File)
use OPCPackage.openOrCreate(java.io.File) |
org.apache.poi.xssf.usermodel.XSSFSheet.setCellComment(String, XSSFComment)
since Nov 2009 use XSSFCell.setCellComment(org.apache.poi.ss.usermodel.Comment) instead |
org.apache.poi.xssf.streaming.SXSSFWorkbook.setRepeatingRowsAndColumns(int, int, int, int, int)
use SXSSFSheet.setRepeatingRows(CellRangeAddress)
or SXSSFSheet.setRepeatingColumns(CellRangeAddress) |
org.apache.poi.xssf.usermodel.XSSFWorkbook.setRepeatingRowsAndColumns(int, int, int, int, int)
use XSSFSheet.setRepeatingRows(CellRangeAddress)
or XSSFSheet.setRepeatingColumns(CellRangeAddress) |
org.apache.poi.xwpf.usermodel.XWPFRun.setStrike(boolean)
|
org.apache.poi.xwpf.usermodel.XWPFParagraph.setWordWrap(boolean)
|
org.apache.poi.xssf.streaming.SXSSFSheet.showInPane(short, short)
Use the version of showInPane() with ints as there can be more than 32767 rows. |
org.apache.poi.xssf.usermodel.XSSFSheet.showInPane(short, short)
Use XSSFSheet.showInPane(int, int) as there can be more than 32767 rows. |
org.apache.poi.xssf.usermodel.XSSFWorkbook.xssfSheetIterator()
|