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 TypeClassDescriptionclassDeprecated.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 classDeprecated.in POI 4.0.0, useSlideShowExtractorinstead -
Uses of Removal in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model with annotations of type RemovalModifier and TypeClassDescriptionfinal classDeprecated.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 TypeMethodDescriptionvoidRecordContainer.moveChildBefore(Record child, Record before) Deprecated.method is not used within POI and will be removedvoidRecordContainer.moveChildrenAfter(Record firstChild, int number, Record after) Deprecated.method is not used within POI and will be removedvoidRecordContainer.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.usegetTypeinsteadstatic booleanHSLFMasterSheet.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 TypeMethodDescriptionintDrawingManager2.allocateShapeId(short drawingGroupId) Deprecated.in POI 3.17-beta2, use allocateShapeId(EscherDgRecord)intDrawingManager2.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.usegetCachedFormulaResultTypeWill 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.usegetAllEmbeddedPartsinstead -
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 booleanDocumentFactoryHelper.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 CellTypeCellFormat.ultimateTypeEnum(Cell cell) Deprecated.useultimateTypeinstead -
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 TypeInterfaceDescriptioninterfaceDeprecated.enumDeprecated.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 WorkbookDeprecated.use XSSFWorkbookFactory.createFormulaEvaluator.evaluateFormulaCellEnum(Cell cell) Deprecated.useevaluateFormulaCell(cell)CellStyle.getAlignmentEnum()Deprecated.usegetAlignment()insteadBorderFormatting.getBorderBottomEnum()Deprecated.usegetBorderBottominsteadCellStyle.getBorderBottomEnum()Deprecated.usegetBorderBottom()insteadBorderFormatting.getBorderDiagonalEnum()Deprecated.usegetBorderDiagonalinsteadBorderFormatting.getBorderHorizontalEnum()Deprecated.usegetBorderHorizontalinsteadBorderFormatting.getBorderLeftEnum()Deprecated.usegetBorderLeftinsteadCellStyle.getBorderLeftEnum()Deprecated.usegetBorderLeft()insteadBorderFormatting.getBorderRightEnum()Deprecated.usegetBorderRightinsteadCellStyle.getBorderRightEnum()Deprecated.usegetBorderRight()insteadBorderFormatting.getBorderTopEnum()Deprecated.usegetBorderTopinsteadCellStyle.getBorderTopEnum()Deprecated.usegetBorderTop()insteadBorderFormatting.getBorderVerticalEnum()Deprecated.usegetBorderVerticalinsteadDeprecated.Cell.getCellTypeEnum()Deprecated.CellValue.getCellTypeEnum()Deprecated.usegetCellTypeinsteadCellStyle.getFillPatternEnum()Deprecated.usegetFillPattern()insteadWorkbook.getFontAt(short idx) Deprecated.usegetFontAt(int)shortCellStyle.getFontIndex()Deprecated.usegetFontIndexAsInt()insteadshortFont.getIndex()Deprecated.usegetIndexAsInt()insteadWorkbook.getNameAt(int nameIndex) Deprecated.4.0.0.intWorkbook.getNameIndex(String name) Deprecated.3.18.shortWorkbook.getNumberOfFonts()Deprecated.usegetNumberOfFontsAsInt()insteadCellStyle.getVerticalAlignmentEnum()Deprecated.usegetVerticalAlignment()insteadvoidWorkbook.removeName(int index) Deprecated.3.18.voidWorkbook.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 TypeClassDescriptionenumDeprecated.use XDDF AxisCrossBetweenenumDeprecated.use XDDF AxisCrosses insteadenumDeprecated.use XDDF AxisOrientationenumDeprecated.use XDDF AxisPosition insteadenumDeprecated.use XDDF AxisTickMark insteadinterfaceDeprecated.use XDDFChartAxis insteadinterfaceDeprecated.interfaceDeprecated.use XDDFChartData insteadinterfaceDeprecated.interfaceDeprecated.use XDDFDataSource insteadinterfaceDeprecated.use XDDFChartLegend insteadinterfaceDeprecated.classDeprecated.use XDDFDataSourcesFactory insteadenumDeprecated.enumDeprecated.use XDDF LayoutTarget insteadenumDeprecated.use XDDF LayoutPosition insteadinterfaceDeprecated.use XDDFLineChartData insteadinterfaceDeprecated.use XDDFLineChartData.Series insteadinterfaceDeprecated.use XDDFManualLayout insteadinterfaceDeprecated.interfaceDeprecated.use XDDFScatterChartData insteadinterfaceDeprecated.use XDFFScatterChartData.Series insteadenumDeprecated.interfaceDeprecated.use XDDFValueAxis instead -
Uses of Removal in org.apache.poi.util
Methods in org.apache.poi.util with annotations of type RemovalModifier and TypeMethodDescriptionstatic voidIOUtils.write(POIDocument doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils.write(Workbook doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils.writeAndClose(POIDocument doc) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils.writeAndClose(POIDocument doc, File out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils.writeAndClose(POIDocument doc, OutputStream out) Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils.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 TypeClassDescriptionclassDeprecated. -
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.usegetItemAtinsteadXSSFBSharedStringsTable.getItems()Deprecated.usegetItemAtinstead -
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.usegetItemAtinsteadReadOnlySharedStringsTable.getItems()Deprecated.usegetItemAtinstead -
Uses of Removal in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model with annotations of type RemovalModifier and TypeMethodDescriptionintSharedStringsTable.addEntry(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst st) Deprecated.useaddSharedStringItem(RichTextString string)insteadCommentsTable.getCellComments()Deprecated.usegetCellAddressesinsteadorg.openxmlformats.schemas.spreadsheetml.x2006.main.CTRstSharedStringsTable.getEntryAt(int idx) Deprecated.usegetItemAt(int idx)insteadList<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst>SharedStringsTable.getItems()Deprecated.usegetSharedStringItemsinstead -
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.usegetCachedFormulaResultTypeinsteadSXSSFCell.getCellTypeEnum()Deprecated.usegetCellTypeinsteadSXSSFWorkbook.getNameAt(int nameIndex) Deprecated.3.16.intSXSSFWorkbook.getNameIndex(String name) Deprecated.3.16.voidSXSSFWorkbook.removeName(int index) Deprecated.3.16.voidSXSSFWorkbook.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 floatXSSFWorkbook.DEFAULT_CHARACTER_WIDTHDeprecated.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.Use {@link #createTable(AreaReference))} insteadXSSFChart.createValueAxis(AxisPosition pos) Deprecated.List<? extends XSSFChartAxis>XSSFChart.getAxis()Deprecated.useXDDFChart.getAxes()insteadXSSFCell.getCachedFormulaResultTypeEnum()Deprecated.usegetCachedFormulaResultTypeinstead Will be deleted when we make the CellType enum transition.XSSFCell.getCellTypeEnum()Deprecated.usegetCellTypeinsteadXSSFChart.getChartAxisFactory()Deprecated.XSSFChart.getChartDataFactory()Deprecated.XSSFChart.getManualLayout()Deprecated.longXSSFTable.getNumberOfMappedColumns()Deprecated.UseXSSFTable.getColumnCount()instead.XSSFChart.getOrCreateLegend()Deprecated.XSSFHyperlink.getTypeEnum()Deprecated.usegetTypeinsteadXSSFTable.getXmlColumnPrs()Deprecated.UseXSSFTableColumn.getXmlColumnPr()instead.voidDeprecated.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 TypeClassDescriptionclassDeprecated.useXDDFChartData.SeriesinsteadclassDeprecated.useXDDFCategoryAxisinsteadclassDeprecated.useXDDFChartAxisinsteadclassDeprecated.final classDeprecated.useXDDFChartLegendinsteadclassDeprecated.useXDDFDateAxisinsteadclassDeprecated.useXDDFLineChartDatainsteadfinal classDeprecated.useinsteadclassDeprecated.useXDDFScatterChartDatainsteadclassDeprecated.useXDDFValueAxisinstead -
Uses of Removal in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers with annotations of type RemovalModifier and TypeMethodDescriptionlongXSSFXmlColumnPr.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 TypeMethodDescriptionvoidXWPFTable.addNewRowBetween(int start, int end) Deprecated.4.0.0 due to lack of implementation.XWPFRun.getSubscript()Deprecated.useXWPFRun.getVerticalAlignment
getType()instead