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 HyperlinkType
Hyperlink. 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 Section
PropertySet. 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 class
SectionIDMap
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 Removal Modifier and Type Class Description class
PowerPointExtractor
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 Removal Modifier and Type Class Description class
PPGraphics2D
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 Removal Modifier and Type Method Description void
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 Removal Modifier and Type Method Description HyperlinkType
HSLFHyperlink. 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 Removal Modifier and Type Method Description int
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 Removal Modifier and Type Method Description CellType
HSSFCell. getCachedFormulaResultTypeEnum()
Deprecated.usegetCachedFormulaResultType
Will be deleted when we make the CellType enum transition.CellType
HSSFCell. getCellTypeEnum()
Deprecated.HyperlinkType
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 Modifier and Type Class Description class
HSSFRegionUtil
Deprecated.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.usegetAllEmbeddedParts
instead -
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 class
Nullable<E>
Deprecated.No longer used in POI code base, useOptional
instead -
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 boolean
DocumentFactoryHelper. 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 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 Removal Modifier and Type Method Description CellType
BaseFormulaEvaluator. evaluateFormulaCellEnum(Cell cell)
Deprecated.useevaluateFormulaCell(cell)
insteadCellType
EvaluationCell. getCachedFormulaResultTypeEnum()
Deprecated.POI 3.15 beta 3.CellType
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 Removal Modifier and Type Interface Description interface
Chart
Deprecated.class
FontCharset
Deprecated.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 Workbook
WorkbookFactory. create(java.lang.Object pkg)
Deprecated.use XSSFWorkbookFactory.createCellType
FormulaEvaluator. evaluateFormulaCellEnum(Cell cell)
Deprecated.useevaluateFormulaCell(cell)
HorizontalAlignment
CellStyle. getAlignmentEnum()
Deprecated.usegetAlignment()
insteadBorderStyle
BorderFormatting. getBorderBottomEnum()
Deprecated.usegetBorderBottom
insteadBorderStyle
CellStyle. getBorderBottomEnum()
Deprecated.usegetBorderBottom()
insteadBorderStyle
BorderFormatting. getBorderDiagonalEnum()
Deprecated.usegetBorderDiagonal
insteadBorderStyle
BorderFormatting. getBorderHorizontalEnum()
Deprecated.usegetBorderHorizontal
insteadBorderStyle
BorderFormatting. getBorderLeftEnum()
Deprecated.usegetBorderLeft
insteadBorderStyle
CellStyle. getBorderLeftEnum()
Deprecated.usegetBorderLeft()
insteadBorderStyle
BorderFormatting. getBorderRightEnum()
Deprecated.usegetBorderRight
insteadBorderStyle
CellStyle. getBorderRightEnum()
Deprecated.usegetBorderRight()
insteadBorderStyle
BorderFormatting. getBorderTopEnum()
Deprecated.usegetBorderTop
insteadBorderStyle
CellStyle. getBorderTopEnum()
Deprecated.usegetBorderTop()
insteadBorderStyle
BorderFormatting. getBorderVerticalEnum()
Deprecated.usegetBorderVertical
insteadCellType
Cell. getCachedFormulaResultTypeEnum()
Deprecated.CellType
Cell. getCellTypeEnum()
Deprecated.CellType
CellValue. getCellTypeEnum()
Deprecated.usegetCellType
insteadFillPatternType
CellStyle. getFillPatternEnum()
Deprecated.usegetFillPattern()
insteadFont
Workbook. getFontAt(short idx)
Deprecated.usegetFontAt(int)
short
CellStyle. getFontIndex()
Deprecated.usegetFontIndexAsInt()
insteadshort
Font. getIndex()
Deprecated.usegetIndexAsInt()
insteadName
Workbook. getNameAt(int nameIndex)
Deprecated.4.0.0.int
Workbook. getNameIndex(java.lang.String name)
Deprecated.3.18.short
Workbook. getNumberOfFonts()
Deprecated.usegetNumberOfFontsAsInt()
insteadVerticalAlignment
CellStyle. getVerticalAlignmentEnum()
Deprecated.usegetVerticalAlignment()
insteadvoid
Workbook. removeName(int index)
Deprecated.3.18.void
Workbook. 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 class
AxisCrossBetween
Deprecated.use XDDF AxisCrossBetweenclass
AxisCrosses
Deprecated.use XDDF AxisCrosses insteadclass
AxisOrientation
Deprecated.use XDDF AxisOrientationclass
AxisPosition
Deprecated.use XDDF AxisPosition insteadclass
AxisTickMark
Deprecated.use XDDF AxisTickMark insteadinterface
ChartAxis
Deprecated.use XDDFChartAxis insteadinterface
ChartAxisFactory
Deprecated.interface
ChartData
Deprecated.use XDDFChartData insteadinterface
ChartDataFactory
Deprecated.interface
ChartDataSource<T>
Deprecated.use XDDFDataSource insteadinterface
ChartLegend
Deprecated.use XDDFChartLegend insteadinterface
ChartSeries
Deprecated.class
DataSources
Deprecated.use XDDFDataSourcesFactory insteadclass
LayoutMode
Deprecated.class
LayoutTarget
Deprecated.use XDDF LayoutTarget insteadclass
LegendPosition
Deprecated.use XDDF LayoutPosition insteadinterface
LineChartData
Deprecated.use XDDFLineChartData insteadinterface
LineChartSeries
Deprecated.use XDDFLineChartData.Series insteadinterface
ManualLayout
Deprecated.use XDDFManualLayout insteadinterface
ManuallyPositionable
Deprecated.interface
ScatterChartData
Deprecated.use XDDFScatterChartData insteadinterface
ScatterChartSeries
Deprecated.use XDFFScatterChartData.Series insteadclass
TitleType
Deprecated.interface
ValueAxis
Deprecated.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 void
IOUtils. write(POIDocument doc, java.io.OutputStream out)
Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils. write(Workbook doc, java.io.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, java.io.File out)
Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils. writeAndClose(POIDocument doc, java.io.OutputStream out)
Deprecated.since 4.0, use try-with-resources, will be removed in 4.2static void
IOUtils. 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 class
XSLFPowerPointExtractor
Deprecated. -
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 HyperlinkType
XSLFHyperlink. 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.String
XSSFBSharedStringsTable. getEntryAt(int idx)
Deprecated.usegetItemAt
insteadjava.util.List<java.lang.String>
XSSFBSharedStringsTable. getItems()
Deprecated.usegetItemAt
instead -
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.String
ReadOnlySharedStringsTable. getEntryAt(int idx)
Deprecated.usegetItemAt
insteadjava.util.List<java.lang.String>
ReadOnlySharedStringsTable. getItems()
Deprecated.usegetItemAt
instead -
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 int
SharedStringsTable. addEntry(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst st)
Deprecated.useaddSharedStringItem(RichTextString string)
insteadjava.util.Map<CellAddress,XSSFComment>
CommentsTable. getCellComments()
Deprecated.usegetCellAddresses
insteadorg.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst
SharedStringsTable. getEntryAt(int idx)
Deprecated.usegetItemAt(int idx)
insteadjava.util.List<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 Removal Modifier and Type Method Description CellType
SXSSFCell. getCachedFormulaResultTypeEnum()
Deprecated.usegetCachedFormulaResultType
insteadCellType
SXSSFCell. getCellTypeEnum()
Deprecated.usegetCellType
insteadName
SXSSFWorkbook. getNameAt(int nameIndex)
Deprecated.3.16.int
SXSSFWorkbook. getNameIndex(java.lang.String name)
Deprecated.3.16.void
SXSSFWorkbook. removeName(int index)
Deprecated.3.16.void
SXSSFWorkbook. 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 float
XSSFWorkbook. DEFAULT_CHARACTER_WIDTH
Deprecated.POI 3.17 beta 1Methods in org.apache.poi.xssf.usermodel with annotations of type Removal Modifier and Type Method Description XSSFCategoryAxis
XSSFChart. createCategoryAxis(AxisPosition pos)
Deprecated.XSSFDateAxis
XSSFChart. createDateAxis(AxisPosition pos)
Deprecated.XSSFTable
XSSFSheet. createTable()
Deprecated.Use {@link #createTable(AreaReference))} insteadXSSFValueAxis
XSSFChart. createValueAxis(AxisPosition pos)
Deprecated.java.util.List<? extends XSSFChartAxis>
XSSFChart. getAxis()
Deprecated.useXDDFChart.getAxes()
insteadCellType
XSSFCell. getCachedFormulaResultTypeEnum()
Deprecated.usegetCachedFormulaResultType
instead Will be deleted when we make the CellType enum transition.CellType
XSSFCell. getCellTypeEnum()
Deprecated.usegetCellType
insteadXSSFChart
XSSFChart. getChartAxisFactory()
Deprecated.XSSFChartDataFactory
XSSFChart. getChartDataFactory()
Deprecated.XSSFManualLayout
XSSFChart. getManualLayout()
Deprecated.long
XSSFTable. getNumberOfMappedColumns()
Deprecated.UseXSSFTable.getColumnCount()
instead.XSSFChartLegend
XSSFChart. getOrCreateLegend()
Deprecated.HyperlinkType
XSSFHyperlink. getTypeEnum()
Deprecated.usegetType
insteadjava.util.List<XSSFXmlColumnPr>
XSSFTable. getXmlColumnPrs()
Deprecated.UseXSSFTableColumn.getXmlColumnPr()
instead.void
XSSFChart. 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 class
AbstractXSSFChartSeries
Deprecated.useXDDFChartData.Series
insteadclass
XSSFCategoryAxis
Deprecated.useXDDFCategoryAxis
insteadclass
XSSFChartAxis
Deprecated.useXDDFChartAxis
insteadclass
XSSFChartDataFactory
Deprecated.class
XSSFChartLegend
Deprecated.useXDDFChartLegend
insteadclass
XSSFDateAxis
Deprecated.useXDDFDateAxis
insteadclass
XSSFLineChartData
Deprecated.useXDDFLineChartData
insteadclass
XSSFManualLayout
Deprecated.useinstead
class
XSSFScatterChartData
Deprecated.useXDDFScatterChartData
insteadclass
XSSFValueAxis
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 Removal Modifier and Type Method Description long
XSSFXmlColumnPr. 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 void
XWPFTable. addNewRowBetween(int start, int end)
Deprecated.4.0.0 due to lack of implementation.VerticalAlign
XWPFRun. getSubscript()
Deprecated.useXWPFRun.getVerticalAlignment
-