-
Deprecated InterfacesInterfaceDescriptionreplaced by lambda expressions in 5.0.1
-
Deprecated ClassesClassDescriptionuse
XMLHelperuseXMLHelperin 5.0.0 - useDateParserreplaced by lambda expressions in 5.1.0useXMLHelper
-
Deprecated EnumsEnumDescriptionenum will be replaced by common version org.apache.poi.common.usermodel.FontCharset
-
Deprecated FieldsFieldDescriptionuse EscherRecordTypes.BLIP_EMF.typeIDuse EscherRecordTypes.BLIP_PICT.typeIDuse EscherRecordTypes.BLIP_WMF.typeIDuse
ShapeType.ARCuseShapeType.BEVELuseShapeType.CANuseShapeType.CUBEuseShapeType.DONUTuseShapeType.HEARTuseShapeType.LINEnot useduseShapeType.MOONnot useduseShapeType.FRAMEuseShapeType.PLAQUEuseShapeType.PLUSuseShapeType.RECTuseShapeType.RIBBONuseShapeType.SEALuseShapeType.STAR_4useShapeType.STAR_8useShapeType.STAR_5useShapeType.SUNuseShapeType.WAVE
-
Deprecated MethodsMethodDescriptionCall
AbstractEscherHolderRecord.decode()instead.CallAbstractEscherHolderRecord.decode()instead.POI 5.0.0, will be removed in 6.0, use getCachedResultTypeEnum until switch to enum is fully donePOI 5.0.0, will be removed in 5.0, use getValueTypeEnum until switch to enum is fully donePOI 5.0.0, will be removed in 5.0, use getCachedResultTypeEnum until switch to enum is fully donePOI 2.0 Best to write a input stream that wraps this one where there is special sub record that may overlap continue records.3.15 beta 2. UseHSSFCell.setCellErrorValue(FormulaError)instead.useHSSFCellStyle.getFontIndex()insteaduseHSSFSheet.setMargin(PageMargin, double)insteadPOI 3.15 beta 2. UseRowShifter.shiftMergedRegions(int, int, int).This method only exists to allow access to protectedPOIXMLDocumentPart.onDocumentRead()fromXWPFDocumentwithout reflection. It should be removed.this method is not used internally and creates temp files that are not well handledin POI 5.0.0 - will be handled by SignatureInfo internallyin POI 5.0.0 - useSignatureInfo.setOpcPackage(OPCPackage)insteadin POI 5.0.0 - will be handled by SignatureInfo internallyin POI 5.0.0 - will be handled by SignatureInfo internallyin POI 5.0.0 - useSignatureInfo.getUriDereferencer()insteadin POI 5.0.0 - useSignatureInfo.setKeyInfoFactory(KeyInfoFactory)in POI 5.0.0 - useSignatureInfo.setOpcPackage(OPCPackage)insteadin POI 5.0.0 - useSignatureInfo.setProvider(Provider)in POI 5.0.0 - useSignatureInfo.setSignatureFactory(XMLSignatureFactory)in POI 5.0.0 - useSignatureInfo.setUriDereferencer(URIDereferencer)insteadin 3.17-beta2, useFileMagic.valueOf(InputStream)== FileMagic.OOXML insteadin POI 5.2.0 - useSlide.getDisplayPlaceholder(SimpleShape)This method is deprecated and will be removed in POI 5.0. Use explicitCell.setCellFormula(String),setCellValue(...)orCell.setBlank()to get the desired result.useCellStyle.getFontIndex()insteadPOI 3.15 beta 3. Used to transition code fromints toCellTypes.POI 3.15 beta 3useFont.getIndex()insteaduseSheet.setMargin(PageMargin, double)insteadsince POI 4.1.1will be removed because we don't want to expose this (future implementations may not be XMLBeans based)no need for this be public, will be made private or protected in an upcoming releaseuseTempFile.createTempFile(String, String)directlythis method is due to be made non-public, probably protecteduseSXSSFSheet.setMargin(PageMargin, double)insteaduseXSSFCellStyle.getFontIndex()insteaduseXSSFFont.getIndex()insteaduseXSSFFont.setCharSet(FontCharset)insteaduseXSSFSheet.setMargin(PageMargin, double)insteaduseXWPFRun.getParent()insteaduseXWPFRun.getTextHighlightColor()instead
-
Deprecated Constructors