Uses of Annotation Interface
org.apache.poi.util.Removal
Packages that use Removal
Package
Description
Specific support for DocumentSummaryInformation, SummaryInformation types.
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
This package contains classes that implement cell formatting
This package contains common internal POI code for manipulating formulas.
Top-level util package are classes that are useful throughout the project.
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
-
Uses of Removal in org.apache.poi.common.usermodel
Methods in org.apache.poi.common.usermodel with annotations of type Removal -
Uses of Removal in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf with annotations of type RemovalModifier and TypeMethodDescriptionPropertySet.getSingleSection()
Deprecated.superfluous convenience method -
Uses of Removal in org.apache.poi.hpsf.wellknown
Classes in org.apache.poi.hpsf.wellknown with annotations of type RemovalModifier and TypeClassDescriptionclass
Deprecated.in 4.0.0, there's no way to create custom PropertyIDMaps, therefore this class is obsolete -
Uses of Removal in org.apache.poi.hslf.extractor
Classes in org.apache.poi.hslf.extractor with annotations of type RemovalModifier and TypeClassDescriptionfinal class
Deprecated.in POI 4.0.0, useSlideShowExtractor
instead -
Uses of Removal in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model with annotations of type RemovalModifier and TypeClassDescriptionfinal class
Deprecated.since 4.0.0 - use SLGraphics -
Uses of Removal in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record with annotations of type RemovalModifier and TypeMethodDescriptionvoid
RecordContainer.moveChildBefore
(Record child, Record before) Deprecated.method is not used within POI and will be removedvoid
RecordContainer.moveChildrenAfter
(Record firstChild, int number, Record after) Deprecated.method is not used within POI and will be removedvoid
RecordContainer.moveChildrenBefore
(Record firstChild, int number, Record before) Deprecated.method is not used within POI and will be removed -
Uses of Removal in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with annotations of type RemovalModifier and TypeMethodDescriptionHSLFHyperlink.getTypeEnum()
Deprecated.usegetType
insteadstatic boolean
HSLFMasterSheet.isPlaceholder
(HSLFShape shape) Deprecated. -
Uses of Removal in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model with annotations of type RemovalModifier and TypeMethodDescriptionint
DrawingManager2.allocateShapeId
(short drawingGroupId) Deprecated.in POI 3.17-beta2, use allocateShapeId(EscherDgRecord)int
DrawingManager2.allocateShapeId
(short drawingGroupId, EscherDgRecord dg) Deprecated.in POI 3.17-beta2, use allocateShapeId(EscherDgRecord) -
Uses of Removal in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel with annotations of type RemovalModifier and TypeMethodDescriptionHSSFCell.getCachedFormulaResultTypeEnum()
Deprecated.usegetCachedFormulaResultType
Will be deleted when we make the CellType enum transition.HSSFCell.getCellTypeEnum()
Deprecated.HSSFHyperlink.getTypeEnum()
Deprecated.usegetType()
instead -
Uses of Removal in org.apache.poi.hssf.util
Classes in org.apache.poi.hssf.util with annotations of type Removal -
Uses of Removal in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml with annotations of type RemovalModifier and TypeMethodDescriptionPOIXMLDocument.getAllEmbedds()
Deprecated.usegetAllEmbeddedParts
instead -
Uses of Removal in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor with annotations of type RemovalModifier and TypeMethodDescriptionstatic POITextExtractor[]
ExtractorFactory.getEmbededDocsTextExtractors
(POIOLE2TextExtractor ext) Deprecated.Use the method with correct "embedded"static POITextExtractor[]
ExtractorFactory.getEmbededDocsTextExtractors
(POIXMLTextExtractor ext) Deprecated.Use the method with correct "embedded" -
Uses of Removal in org.apache.poi.openxml4j.util
Classes in org.apache.poi.openxml4j.util with annotations of type Removal -
Uses of Removal in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem with annotations of type RemovalModifier and TypeMethodDescriptionstatic boolean
DocumentFactoryHelper.hasOOXMLHeader
(InputStream inp) Deprecated.in 3.17-beta2, useFileMagic.valueOf(InputStream)
== FileMagic.OOXML instead -
Uses of Removal in org.apache.poi.ss.format
Methods in org.apache.poi.ss.format with annotations of type RemovalModifier and TypeMethodDescriptionstatic CellType
CellFormat.ultimateTypeEnum
(Cell cell) Deprecated.useultimateType
instead -
Uses of Removal in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula with annotations of type RemovalModifier and TypeMethodDescriptionBaseFormulaEvaluator.evaluateFormulaCellEnum
(Cell cell) Deprecated.useevaluateFormulaCell(cell)
insteadEvaluationCell.getCachedFormulaResultTypeEnum()
Deprecated.POI 3.15 beta 3.EvaluationCell.getCellTypeEnum()
Deprecated.POI 3.15 beta 3. -
Uses of Removal in org.apache.poi.ss.usermodel
Classes in org.apache.poi.ss.usermodel with annotations of type RemovalModifier and TypeInterfaceDescriptioninterface
Deprecated.enum
Deprecated.enum will be replaced by common version org.apache.poi.common.usermodel.FontCharsetMethods in org.apache.poi.ss.usermodel with annotations of type RemovalModifier and TypeMethodDescriptionstatic Workbook
Deprecated.use XSSFWorkbookFactory.createFormulaEvaluator.evaluateFormulaCellEnum
(Cell cell) Deprecated.useevaluateFormulaCell(cell)
CellStyle.getAlignmentEnum()
Deprecated.usegetAlignment()
insteadBorderFormatting.getBorderBottomEnum()
Deprecated.usegetBorderBottom
insteadCellStyle.getBorderBottomEnum()
Deprecated.usegetBorderBottom()
insteadBorderFormatting.getBorderDiagonalEnum()
Deprecated.usegetBorderDiagonal
insteadBorderFormatting.getBorderHorizontalEnum()
Deprecated.usegetBorderHorizontal
insteadBorderFormatting.getBorderLeftEnum()
Deprecated.usegetBorderLeft
insteadCellStyle.getBorderLeftEnum()
Deprecated.usegetBorderLeft()
insteadBorderFormatting.getBorderRightEnum()
Deprecated.usegetBorderRight
insteadCellStyle.getBorderRightEnum()
Deprecated.usegetBorderRight()
insteadBorderFormatting.getBorderTopEnum()
Deprecated.usegetBorderTop
insteadCellStyle.getBorderTopEnum()
Deprecated.usegetBorderTop()
insteadBorderFormatting.getBorderVerticalEnum()
Deprecated.usegetBorderVertical
insteadDeprecated.Cell.getCellTypeEnum()
Deprecated.CellValue.getCellTypeEnum()
Deprecated.usegetCellType
insteadCellStyle.getFillPatternEnum()
Deprecated.usegetFillPattern()
insteadWorkbook.getFontAt
(short idx) Deprecated.usegetFontAt(int)
short
CellStyle.getFontIndex()
Deprecated.usegetFontIndexAsInt()
insteadshort
Font.getIndex()
Deprecated.usegetIndexAsInt()
insteadWorkbook.getNameAt
(int nameIndex) Deprecated.4.0.0.int
Workbook.getNameIndex
(String name) Deprecated.3.18.short
Workbook.getNumberOfFonts()
Deprecated.usegetNumberOfFontsAsInt()
insteadCellStyle.getVerticalAlignmentEnum()
Deprecated.usegetVerticalAlignment()
insteadvoid
Workbook.removeName
(int index) Deprecated.3.18.void
Workbook.removeName
(String name) Deprecated.3.18. -
Uses of Removal in org.apache.poi.ss.usermodel.charts
Classes in org.apache.poi.ss.usermodel.charts with annotations of type RemovalModifier and TypeClassDescriptionenum
Deprecated.use XDDF AxisCrossBetweenenum
Deprecated.use XDDF AxisCrosses insteadenum
Deprecated.use XDDF AxisOrientationenum
Deprecated.use XDDF AxisPosition insteadenum
Deprecated.use XDDF AxisTickMark insteadinterface
Deprecated.use XDDFChartAxis insteadinterface
Deprecated.interface
Deprecated.use XDDFChartData insteadinterface
Deprecated.interface
Deprecated.use XDDFDataSource insteadinterface
Deprecated.use XDDFChartLegend insteadinterface
Deprecated.class
Deprecated.use XDDFDataSourcesFactory insteadenum
Deprecated.enum
Deprecated.use XDDF LayoutTarget insteadenum
Deprecated.use XDDF LayoutPosition insteadinterface
Deprecated.use XDDFLineChartData insteadinterface
Deprecated.use XDDFLineChartData.Series insteadinterface
Deprecated.use XDDFManualLayout insteadinterface
Deprecated.interface
Deprecated.use XDDFScatterChartData insteadinterface
Deprecated.use XDFFScatterChartData.Series insteadenum
Deprecated.interface
Deprecated.use XDDFValueAxis instead -
Uses of Removal in org.apache.poi.util
Methods in org.apache.poi.util with annotations of type RemovalModifier and TypeMethodDescriptionstatic void
IOUtils.write
(POIDocument doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.write
(Workbook doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.writeAndClose
(POIDocument doc) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.writeAndClose
(POIDocument doc, File out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.writeAndClose
(POIDocument doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils.writeAndClose
(Workbook doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2 -
Uses of Removal in org.apache.poi.xslf.extractor
Classes in org.apache.poi.xslf.extractor with annotations of type RemovalModifier and TypeClassDescriptionclass
Deprecated. -
Uses of Removal in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with annotations of type Removal -
Uses of Removal in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary with annotations of type RemovalModifier and TypeMethodDescriptionXSSFBSharedStringsTable.getEntryAt
(int idx) Deprecated.usegetItemAt
insteadXSSFBSharedStringsTable.getItems()
Deprecated.usegetItemAt
instead -
Uses of Removal in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel with annotations of type RemovalModifier and TypeMethodDescriptionReadOnlySharedStringsTable.getEntryAt
(int idx) Deprecated.usegetItemAt
insteadReadOnlySharedStringsTable.getItems()
Deprecated.usegetItemAt
instead -
Uses of Removal in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model with annotations of type RemovalModifier and TypeMethodDescriptionint
SharedStringsTable.addEntry
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst st) Deprecated.useaddSharedStringItem(RichTextString string)
insteadCommentsTable.getCellComments()
Deprecated.usegetCellAddresses
insteadorg.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst
SharedStringsTable.getEntryAt
(int idx) Deprecated.usegetItemAt(int idx)
insteadList
<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst> SharedStringsTable.getItems()
Deprecated.usegetSharedStringItems
instead -
Uses of Removal in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming with annotations of type RemovalModifier and TypeMethodDescriptionSXSSFCell.getCachedFormulaResultTypeEnum()
Deprecated.usegetCachedFormulaResultType
insteadSXSSFCell.getCellTypeEnum()
Deprecated.usegetCellType
insteadSXSSFWorkbook.getNameAt
(int nameIndex) Deprecated.3.16.int
SXSSFWorkbook.getNameIndex
(String name) Deprecated.3.16.void
SXSSFWorkbook.removeName
(int index) Deprecated.3.16.void
SXSSFWorkbook.removeName
(String name) Deprecated.3.16. -
Uses of Removal in org.apache.poi.xssf.usermodel
Fields in org.apache.poi.xssf.usermodel with annotations of type RemovalModifier and TypeFieldDescriptionstatic final float
XSSFWorkbook.DEFAULT_CHARACTER_WIDTH
Deprecated.POI 3.17 beta 1Methods in org.apache.poi.xssf.usermodel with annotations of type RemovalModifier and TypeMethodDescriptionXSSFChart.createCategoryAxis
(AxisPosition pos) Deprecated.XSSFChart.createDateAxis
(AxisPosition pos) Deprecated.XSSFSheet.createTable()
Deprecated.Useinvalid @link
{@link #createTable(AreaReference))
XSSFChart.createValueAxis
(AxisPosition pos) Deprecated.List
<? extends XSSFChartAxis> XSSFChart.getAxis()
Deprecated.useXDDFChart.getAxes()
insteadXSSFCell.getCachedFormulaResultTypeEnum()
Deprecated.usegetCachedFormulaResultType
instead Will be deleted when we make the CellType enum transition.XSSFCell.getCellTypeEnum()
Deprecated.usegetCellType
insteadXSSFChart.getChartAxisFactory()
Deprecated.XSSFChart.getChartDataFactory()
Deprecated.XSSFChart.getManualLayout()
Deprecated.long
XSSFTable.getNumberOfMappedColumns()
Deprecated.UseXSSFTable.getColumnCount()
instead.XSSFChart.getOrCreateLegend()
Deprecated.XSSFHyperlink.getTypeEnum()
Deprecated.usegetType
insteadXSSFTable.getXmlColumnPrs()
Deprecated.UseXSSFTableColumn.getXmlColumnPr()
instead.void
Deprecated.Constructors in org.apache.poi.xssf.usermodel with annotations of type RemovalModifierConstructorDescriptionDeprecated.as of 4.0.0, we want to have the indexed map, and all calling contexts have access to it.Deprecated.3.17 beta 1 - pass the workbook styles indexed color map, if anyXSSFColor
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color) Deprecated.3.17 beta 1 - pass the workbook styles indexed color map, if anyXSSFColor
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color, IndexedColorMap map) Deprecated.4.0.0 - use the factoryXSSFColor.from(CTColor, IndexedColorMap)
method instead to check for null CTColor instances. -
Uses of Removal in org.apache.poi.xssf.usermodel.charts
Classes in org.apache.poi.xssf.usermodel.charts with annotations of type RemovalModifier and TypeClassDescriptionclass
Deprecated.useXDDFChartData.Series
insteadclass
Deprecated.useXDDFCategoryAxis
insteadclass
Deprecated.useXDDFChartAxis
insteadclass
Deprecated.final class
Deprecated.useXDDFChartLegend
insteadclass
Deprecated.useXDDFDateAxis
insteadclass
Deprecated.useXDDFLineChartData
insteadfinal class
Deprecated.useinstead
class
Deprecated.useXDDFScatterChartData
insteadclass
Deprecated.useXDDFValueAxis
instead -
Uses of Removal in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers with annotations of type RemovalModifier and TypeMethodDescriptionlong
XSSFXmlColumnPr.getId()
Deprecated.UseXSSFTableColumn.getId()
instead.Constructors in org.apache.poi.xssf.usermodel.helpers with annotations of type RemovalModifierConstructorDescriptionXSSFXmlColumnPr
(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr) Deprecated. -
Uses of Removal in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel with annotations of type RemovalModifier and TypeMethodDescriptionvoid
XWPFTable.addNewRowBetween
(int start, int end) Deprecated.4.0.0 due to lack of implementation.XWPFRun.getSubscript()
Deprecated.useinvalid reference
XWPFRun.getVerticalAlignment
getType()
instead