Uses of Class
org.apache.poi.util.Removal
-
Packages that use Removal Package Description org.apache.poi.common.usermodel org.apache.poi.hpsf org.apache.poi.hpsf.wellknown Specific support for DocumentSummaryInformation, SummaryInformation types.org.apache.poi.hslf.extractor org.apache.poi.hslf.model org.apache.poi.hslf.record org.apache.poi.hslf.usermodel org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts.org.apache.poi.ooxml org.apache.poi.ooxml.extractor org.apache.poi.openxml4j.util org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.org.apache.poi.ss.format This package contains classes that implement cell formattingorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel org.apache.poi.ss.usermodel.charts org.apache.poi.util Top-level util package are classes that are useful throughout the project.org.apache.poi.xslf.extractor org.apache.poi.xslf.usermodel org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.model org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.charts org.apache.poi.xssf.usermodel.helpers org.apache.poi.xwpf.usermodel -
-
Uses of Removal in org.apache.poi.common.usermodel
Methods in org.apache.poi.common.usermodel with annotations of type Removal Modifier and Type Method Description HyperlinkTypeHyperlink. getTypeEnum()Deprecated.usegetType()instead -
Uses of Removal in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf with annotations of type Removal Modifier and Type Method Description SectionPropertySet. 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 Removal Modifier and Type Class Description classSectionIDMapDeprecated.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 Removal Modifier and Type Class Description classPowerPointExtractorDeprecated.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 Removal Modifier and Type Class Description classPPGraphics2DDeprecated.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 Removal Modifier and Type Method Description voidRecordContainer. 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 Removal Modifier and Type Method Description HyperlinkTypeHSLFHyperlink. 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 Removal Modifier and Type Method Description intDrawingManager2. 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 Removal Modifier and Type Method Description CellTypeHSSFCell. getCachedFormulaResultTypeEnum()Deprecated.usegetCachedFormulaResultTypeWill be deleted when we make the CellType enum transition.CellTypeHSSFCell. getCellTypeEnum()Deprecated.HyperlinkTypeHSSFHyperlink. 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 Modifier and Type Class Description classHSSFRegionUtilDeprecated.POI 4.0.0 -
Uses of Removal in org.apache.poi.ooxml
Methods in org.apache.poi.ooxml with annotations of type Removal Modifier and Type Method Description java.util.List<PackagePart>POIXMLDocument. getAllEmbedds()Deprecated.usegetAllEmbeddedPartsinstead -
Uses of Removal in org.apache.poi.ooxml.extractor
Methods in org.apache.poi.ooxml.extractor with annotations of type Removal Modifier and Type Method Description static 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 Modifier and Type Class Description classNullable<E>Deprecated.No longer used in POI code base, useOptionalinstead -
Uses of Removal in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem with annotations of type Removal Modifier and Type Method Description static booleanDocumentFactoryHelper. hasOOXMLHeader(java.io.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 Removal Modifier and Type Method Description static 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 Removal Modifier and Type Method Description CellTypeBaseFormulaEvaluator. evaluateFormulaCellEnum(Cell cell)Deprecated.useevaluateFormulaCell(cell)insteadCellTypeEvaluationCell. getCachedFormulaResultTypeEnum()Deprecated.POI 3.15 beta 3.CellTypeEvaluationCell. 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 Removal Modifier and Type Interface Description interfaceChartDeprecated.classFontCharsetDeprecated.enum will be replaced by common version org.apache.poi.common.usermodel.FontCharsetMethods in org.apache.poi.ss.usermodel with annotations of type Removal Modifier and Type Method Description static WorkbookWorkbookFactory. create(java.lang.Object pkg)Deprecated.use XSSFWorkbookFactory.createCellTypeFormulaEvaluator. evaluateFormulaCellEnum(Cell cell)Deprecated.useevaluateFormulaCell(cell)HorizontalAlignmentCellStyle. getAlignmentEnum()Deprecated.usegetAlignment()insteadBorderStyleBorderFormatting. getBorderBottomEnum()Deprecated.usegetBorderBottominsteadBorderStyleCellStyle. getBorderBottomEnum()Deprecated.usegetBorderBottom()insteadBorderStyleBorderFormatting. getBorderDiagonalEnum()Deprecated.usegetBorderDiagonalinsteadBorderStyleBorderFormatting. getBorderHorizontalEnum()Deprecated.usegetBorderHorizontalinsteadBorderStyleBorderFormatting. getBorderLeftEnum()Deprecated.usegetBorderLeftinsteadBorderStyleCellStyle. getBorderLeftEnum()Deprecated.usegetBorderLeft()insteadBorderStyleBorderFormatting. getBorderRightEnum()Deprecated.usegetBorderRightinsteadBorderStyleCellStyle. getBorderRightEnum()Deprecated.usegetBorderRight()insteadBorderStyleBorderFormatting. getBorderTopEnum()Deprecated.usegetBorderTopinsteadBorderStyleCellStyle. getBorderTopEnum()Deprecated.usegetBorderTop()insteadBorderStyleBorderFormatting. getBorderVerticalEnum()Deprecated.usegetBorderVerticalinsteadCellTypeCell. getCachedFormulaResultTypeEnum()Deprecated.CellTypeCell. getCellTypeEnum()Deprecated.CellTypeCellValue. getCellTypeEnum()Deprecated.usegetCellTypeinsteadFillPatternTypeCellStyle. getFillPatternEnum()Deprecated.usegetFillPattern()insteadFontWorkbook. getFontAt(short idx)Deprecated.usegetFontAt(int)shortCellStyle. getFontIndex()Deprecated.usegetFontIndexAsInt()insteadshortFont. getIndex()Deprecated.usegetIndexAsInt()insteadNameWorkbook. getNameAt(int nameIndex)Deprecated.4.0.0.intWorkbook. getNameIndex(java.lang.String name)Deprecated.3.18.shortWorkbook. getNumberOfFonts()Deprecated.usegetNumberOfFontsAsInt()insteadVerticalAlignmentCellStyle. getVerticalAlignmentEnum()Deprecated.usegetVerticalAlignment()insteadvoidWorkbook. removeName(int index)Deprecated.3.18.voidWorkbook. removeName(java.lang.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 Removal Modifier and Type Class Description classAxisCrossBetweenDeprecated.use XDDF AxisCrossBetweenclassAxisCrossesDeprecated.use XDDF AxisCrosses insteadclassAxisOrientationDeprecated.use XDDF AxisOrientationclassAxisPositionDeprecated.use XDDF AxisPosition insteadclassAxisTickMarkDeprecated.use XDDF AxisTickMark insteadinterfaceChartAxisDeprecated.use XDDFChartAxis insteadinterfaceChartAxisFactoryDeprecated.interfaceChartDataDeprecated.use XDDFChartData insteadinterfaceChartDataFactoryDeprecated.interfaceChartDataSource<T>Deprecated.use XDDFDataSource insteadinterfaceChartLegendDeprecated.use XDDFChartLegend insteadinterfaceChartSeriesDeprecated.classDataSourcesDeprecated.use XDDFDataSourcesFactory insteadclassLayoutModeDeprecated.classLayoutTargetDeprecated.use XDDF LayoutTarget insteadclassLegendPositionDeprecated.use XDDF LayoutPosition insteadinterfaceLineChartDataDeprecated.use XDDFLineChartData insteadinterfaceLineChartSeriesDeprecated.use XDDFLineChartData.Series insteadinterfaceManualLayoutDeprecated.use XDDFManualLayout insteadinterfaceManuallyPositionableDeprecated.interfaceScatterChartDataDeprecated.use XDDFScatterChartData insteadinterfaceScatterChartSeriesDeprecated.use XDFFScatterChartData.Series insteadclassTitleTypeDeprecated.interfaceValueAxisDeprecated.use XDDFValueAxis instead -
Uses of Removal in org.apache.poi.util
Methods in org.apache.poi.util with annotations of type Removal Modifier and Type Method Description static voidIOUtils. write(POIDocument doc, java.io.OutputStream out)Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils. write(Workbook doc, java.io.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, java.io.File out)Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils. writeAndClose(POIDocument doc, java.io.OutputStream out)Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static voidIOUtils. writeAndClose(Workbook doc, java.io.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 Removal Modifier and Type Class Description classXSLFPowerPointExtractorDeprecated. -
Uses of Removal in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel with annotations of type Removal Modifier and Type Method Description HyperlinkTypeXSLFHyperlink. getTypeEnum()Deprecated. -
Uses of Removal in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary with annotations of type Removal Modifier and Type Method Description java.lang.StringXSSFBSharedStringsTable. getEntryAt(int idx)Deprecated.usegetItemAtinsteadjava.util.List<java.lang.String>XSSFBSharedStringsTable. getItems()Deprecated.usegetItemAtinstead -
Uses of Removal in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel with annotations of type Removal Modifier and Type Method Description java.lang.StringReadOnlySharedStringsTable. getEntryAt(int idx)Deprecated.usegetItemAtinsteadjava.util.List<java.lang.String>ReadOnlySharedStringsTable. getItems()Deprecated.usegetItemAtinstead -
Uses of Removal in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model with annotations of type Removal Modifier and Type Method Description intSharedStringsTable. addEntry(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst st)Deprecated.useaddSharedStringItem(RichTextString string)insteadjava.util.Map<CellAddress,XSSFComment>CommentsTable. getCellComments()Deprecated.usegetCellAddressesinsteadorg.openxmlformats.schemas.spreadsheetml.x2006.main.CTRstSharedStringsTable. getEntryAt(int idx)Deprecated.usegetItemAt(int idx)insteadjava.util.List<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 Removal Modifier and Type Method Description CellTypeSXSSFCell. getCachedFormulaResultTypeEnum()Deprecated.usegetCachedFormulaResultTypeinsteadCellTypeSXSSFCell. getCellTypeEnum()Deprecated.usegetCellTypeinsteadNameSXSSFWorkbook. getNameAt(int nameIndex)Deprecated.3.16.intSXSSFWorkbook. getNameIndex(java.lang.String name)Deprecated.3.16.voidSXSSFWorkbook. removeName(int index)Deprecated.3.16.voidSXSSFWorkbook. removeName(java.lang.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 Removal Modifier and Type Field Description static floatXSSFWorkbook. DEFAULT_CHARACTER_WIDTHDeprecated.POI 3.17 beta 1Methods in org.apache.poi.xssf.usermodel with annotations of type Removal Modifier and Type Method Description XSSFCategoryAxisXSSFChart. createCategoryAxis(AxisPosition pos)Deprecated.XSSFDateAxisXSSFChart. createDateAxis(AxisPosition pos)Deprecated.XSSFTableXSSFSheet. createTable()Deprecated.Use {@link #createTable(AreaReference))} insteadXSSFValueAxisXSSFChart. createValueAxis(AxisPosition pos)Deprecated.java.util.List<? extends XSSFChartAxis>XSSFChart. getAxis()Deprecated.useXDDFChart.getAxes()insteadCellTypeXSSFCell. getCachedFormulaResultTypeEnum()Deprecated.usegetCachedFormulaResultTypeinstead Will be deleted when we make the CellType enum transition.CellTypeXSSFCell. getCellTypeEnum()Deprecated.usegetCellTypeinsteadXSSFChartXSSFChart. getChartAxisFactory()Deprecated.XSSFChartDataFactoryXSSFChart. getChartDataFactory()Deprecated.XSSFManualLayoutXSSFChart. getManualLayout()Deprecated.longXSSFTable. getNumberOfMappedColumns()Deprecated.UseXSSFTable.getColumnCount()instead.XSSFChartLegendXSSFChart. getOrCreateLegend()Deprecated.HyperlinkTypeXSSFHyperlink. getTypeEnum()Deprecated.usegetTypeinsteadjava.util.List<XSSFXmlColumnPr>XSSFTable. getXmlColumnPrs()Deprecated.UseXSSFTableColumn.getXmlColumnPr()instead.voidXSSFChart. plot(ChartData data, ChartAxis... chartAxis)Deprecated.Constructors in org.apache.poi.xssf.usermodel with annotations of type Removal Constructor Description XSSFColor()Deprecated.as of 4.0.0, we want to have the indexed map, and all calling contexts have access to it.XSSFColor(java.awt.Color clr)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 Removal Modifier and Type Class Description classAbstractXSSFChartSeriesDeprecated.useXDDFChartData.SeriesinsteadclassXSSFCategoryAxisDeprecated.useXDDFCategoryAxisinsteadclassXSSFChartAxisDeprecated.useXDDFChartAxisinsteadclassXSSFChartDataFactoryDeprecated.classXSSFChartLegendDeprecated.useXDDFChartLegendinsteadclassXSSFDateAxisDeprecated.useXDDFDateAxisinsteadclassXSSFLineChartDataDeprecated.useXDDFLineChartDatainsteadclassXSSFManualLayoutDeprecated.useinsteadclassXSSFScatterChartDataDeprecated.useXDDFScatterChartDatainsteadclassXSSFValueAxisDeprecated.useXDDFValueAxisinstead -
Uses of Removal in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers with annotations of type Removal Modifier and Type Method Description longXSSFXmlColumnPr. getId()Deprecated.UseXSSFTableColumn.getId()instead.Constructors in org.apache.poi.xssf.usermodel.helpers with annotations of type Removal Constructor Description XSSFXmlColumnPr(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 Removal Modifier and Type Method Description voidXWPFTable. addNewRowBetween(int start, int end)Deprecated.4.0.0 due to lack of implementation.VerticalAlignXWPFRun. getSubscript()Deprecated.useXWPFRun.getVerticalAlignment
-