Deprecated API


Contents
Deprecated Interfaces
org.apache.poi.hwpf.model.HDFType
           
 

Deprecated Classes
org.apache.poi.hssf.model.AbstractShape
           
org.apache.poi.hwpf.model.BytePropertyNode
          byte positions shall not be saved in memory 
org.apache.poi.hssf.model.ComboboxShape
           
org.apache.poi.hssf.model.CommentShape
           
org.apache.poi.hssf.util.HSSFCellUtil
          3.15 beta2. Removed in 3.17. Use CellUtil instead. 
org.apache.poi.hssf.model.LineShape
           
org.apache.poi.hssf.model.PictureShape
          3.15 beta 2. Use HSSFPicture instead. This should have been deprecated in r1364547 (POI 3.9) with the other AbstractShape deprecations. 
org.apache.poi.hssf.model.PolygonShape
           
org.apache.poi.hssf.model.SimpleFilledShape
           
org.apache.poi.hssf.model.TextboxShape
           
 

Deprecated Exceptions
org.apache.poi.hssf.record.RecordFormatException
          as of 3.15-beta1, scheduled for removal in 3.17 use the class with the same name from the utils-package 
 

Deprecated Fields
org.apache.poi.ss.usermodel.Font.BOLDWEIGHT_BOLD
          3.15 beta 2. Scheduled for removal in 3.17. Boldweight constants no longer needed due to Font.getBold() and Font.setBold(boolean) 
org.apache.poi.ss.usermodel.Font.BOLDWEIGHT_NORMAL
          3.15 beta 2. Scheduled for removal in 3.17. Boldweight constants no longer needed due to Font.getBold() and Font.setBold(boolean) 
org.apache.poi.ss.usermodel.CellStyle.BORDER_DASH_DOT
          3.15 beta 2. Use BorderStyle.DASH_DOT instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_DASH_DOT
          3.15 beta 2. Use BorderStyle.DASH_DOT 
org.apache.poi.ss.usermodel.CellStyle.BORDER_DASH_DOT_DOT
          3.15 beta 2. Use BorderStyle.DASH_DOT_DOT instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_DASH_DOT_DOT
          3.15 beta 2. Use BorderStyle.DASH_DOT_DOT 
org.apache.poi.ss.usermodel.CellStyle.BORDER_DASHED
          3.15 beta 2. Use BorderStyle.DASHED instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_DASHED
          3.15 beta 2. Use BorderStyle.DASHED 
org.apache.poi.ss.usermodel.CellStyle.BORDER_DOTTED
          3.15 beta 2. Use BorderStyle.DOTTED instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_DOTTED
          3.15 beta 2. Use BorderStyle.DOTTED 
org.apache.poi.ss.usermodel.CellStyle.BORDER_DOUBLE
          3.15 beta 2. Use BorderStyle.DOUBLE instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_DOUBLE
          3.15 beta 2. Use BorderStyle.DOUBLE 
org.apache.poi.ss.usermodel.CellStyle.BORDER_HAIR
          3.15 beta 2. Use BorderStyle.HAIR instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_HAIR
          3.15 beta 2. Use BorderStyle.HAIR 
org.apache.poi.ss.usermodel.CellStyle.BORDER_MEDIUM
          3.15 beta 2. Use BorderStyle.MEDIUM instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_MEDIUM
          3.15 beta 2. Use BorderStyle.MEDIUM 
org.apache.poi.ss.usermodel.CellStyle.BORDER_MEDIUM_DASH_DOT
          3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_MEDIUM_DASH_DOT
          3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT 
org.apache.poi.ss.usermodel.CellStyle.BORDER_MEDIUM_DASH_DOT_DOT
          3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT_DOT instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_MEDIUM_DASH_DOT_DOT
          3.15 beta 2. Use BorderStyle.MEDIUM_DASH_DOT_DOT 
org.apache.poi.ss.usermodel.CellStyle.BORDER_MEDIUM_DASHED
          3.15 beta 2. Use BorderStyle.MEDIUM_DASHED instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_MEDIUM_DASHED
          3.15 beta 2. Use BorderStyle.MEDIUM_DASHED 
org.apache.poi.ss.usermodel.CellStyle.BORDER_NONE
          3.15 beta 2. Use BorderStyle.NONE instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_NONE
          3.15 beta 2. Use BorderStyle.NONE 
org.apache.poi.ss.usermodel.CellStyle.BORDER_SLANTED_DASH_DOT
          3.15 beta 2. Use BorderStyle.SLANTED_DASH_DOT instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_SLANTED_DASH_DOT
          3.15 beta 2. Use BorderStyle.SLANTED_DASH_DOT 
org.apache.poi.ss.usermodel.CellStyle.BORDER_THICK
          3.15 beta 2. Use BorderStyle.THICK instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_THICK
          3.15 beta 2. Use BorderStyle.THICK 
org.apache.poi.ss.usermodel.CellStyle.BORDER_THIN
          3.15 beta 2. Use BorderStyle.THIN instead. 
org.apache.poi.ss.usermodel.BorderFormatting.BORDER_THIN
          3.15 beta 2. Use BorderStyle.THIN 
org.apache.poi.ss.usermodel.Row.CREATE_NULL_AS_BLANK
          as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum 
org.apache.poi.ss.formula.udf.UDFFinder.DEFAULT
          use AggregatingUDFFinder.DEFAULT instead, deprecated in POI 3.15, scheduled for removable in POI 3.17 
org.apache.poi.ss.usermodel.ClientAnchor.DONT_MOVE_AND_RESIZE
          since POI 3.14beta1 (circa 2015-11-24). Use ClientAnchor.AnchorType.DONT_MOVE_AND_RESIZE instead. 
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_1_reserved1
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_10_reserved10
           
org.apache.poi.hwpf.model.types.FibBaseAbstractType.field_11_Chs
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_11_reserved11
           
org.apache.poi.hwpf.model.types.FibBaseAbstractType.field_12_chsTables
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_12_reserved12
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_12_reserved4
           
org.apache.poi.hwpf.model.types.FibBaseAbstractType.field_13_fcMin
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_13_reserved13
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_13_reserved5
           
org.apache.poi.hwpf.model.types.FibBaseAbstractType.field_14_fcMac
           
org.apache.poi.hwpf.model.types.FibRgLw95AbstractType.field_14_reserved5
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_14_reserved6
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_15_reserved7
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_16_reserved8
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_17_reserved9
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_18_reserved10
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_19_reserved11
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_2_reserved1
           
org.apache.poi.hwpf.model.types.FibRgLw95AbstractType.field_2_reserved1
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_2_reserved2
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_20_reserved12
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_21_reserved13
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_22_reserved14
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_3_reserved2
           
org.apache.poi.hwpf.model.types.FibRgLw95AbstractType.field_3_reserved2
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_3_reserved3
           
org.apache.poi.hwpf.model.types.FibRgLw95AbstractType.field_4_reserved3
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_4_reserved4
           
org.apache.poi.hwpf.model.types.FibRgLw95AbstractType.field_5_reserved4
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_5_reserved5
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_6_reserved6
           
org.apache.poi.hwpf.model.types.FibRgLw97AbstractType.field_7_reserved3
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_7_reserved7
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_8_reserved8
           
org.apache.poi.hwpf.model.types.FibBaseAbstractType.field_9_envr
           
org.apache.poi.hwpf.model.types.FibRgW97AbstractType.field_9_reserved9
           
org.apache.poi.hwpf.model.FSPA.FSPA_SIZE
           
org.apache.poi.ss.usermodel.Row.MissingCellPolicy.id
          as of POI 3.15-beta2, scheduled for removal in 3.17 - the id has no function and will be removed 
org.apache.poi.ss.usermodel.ClientAnchor.MOVE_AND_RESIZE
          since POI 3.14beta1 (circa 2015-11-24). Use ClientAnchor.AnchorType.MOVE_AND_RESIZE instead. 
org.apache.poi.ss.usermodel.ClientAnchor.MOVE_DONT_RESIZE
          since POI 3.14beta1 (circa 2015-11-24). Use ClientAnchor.AnchorType.MOVE_DONT_RESIZE instead. 
org.apache.poi.hwpf.sprm.SprmOperation.PAP_TYPE
           
org.apache.poi.hwpf.model.FieldsTables.PLCFFLDATN
           
org.apache.poi.hwpf.model.FieldsTables.PLCFFLDEDN
           
org.apache.poi.hwpf.model.FieldsTables.PLCFFLDFTN
           
org.apache.poi.hwpf.model.FieldsTables.PLCFFLDHDR
           
org.apache.poi.hwpf.model.FieldsTables.PLCFFLDHDRTXBX
           
org.apache.poi.hwpf.model.FieldsTables.PLCFFLDMOM
           
org.apache.poi.hwpf.model.FieldsTables.PLCFFLDTXBX
           
org.apache.poi.hwpf.model.FIBFieldHandler.PLCFLST
           
org.apache.poi.ss.usermodel.Row.RETURN_BLANK_AS_NULL
          as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum 
org.apache.poi.ss.usermodel.Row.RETURN_NULL_AND_BLANK
          as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum 
org.apache.poi.hwpf.sprm.SprmOperation.TAP_TYPE
           
org.apache.poi.hwpf.usermodel.Range.TYPE_CHARACTER
          POI 3.8 beta 5 
org.apache.poi.hwpf.usermodel.Range.TYPE_LISTENTRY
          POI 3.8 beta 5 
org.apache.poi.hwpf.usermodel.Range.TYPE_PARAGRAPH
          POI 3.8 beta 5 
org.apache.poi.hwpf.usermodel.Range.TYPE_SECTION
          POI 3.8 beta 5 
org.apache.poi.hwpf.usermodel.Range.TYPE_TABLE
          POI 3.8 beta 5 
org.apache.poi.hwpf.usermodel.Range.TYPE_TEXT
          POI 3.8 beta 5 
org.apache.poi.hwpf.usermodel.Range.TYPE_UNDEFINED
          POI 3.8 beta 5 
 

Deprecated Methods
org.apache.poi.xssf.model.StylesTable._getNumberFormatSize()
          POI 3.14 beta 2. Use StylesTable.getNumDataFormats() instead. 
org.apache.poi.POIXMLDocumentPart._invokeOnDocumentRead(POIXMLDocumentPart)
           
org.apache.poi.POIXMLDocumentPart.addRelation(String, POIXMLDocumentPart)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.model.TextPiece.adjustForDelete(int, int)
           
org.apache.poi.hwpf.model.TextPiece.characterLength()
           
org.apache.poi.ss.util.SheetUtil.containsCell(CellRangeAddress, int, int)
          3.15 beta 2. Use CellRangeAddressBase.isInRange(int, int). 
org.apache.poi.poifs.filesystem.EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)
          POI 3.8 beta 5. Use FilteringDirectoryNode instead 
org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String)
          3.15 beta2. Removed in 3.17. Use CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle) instead. 
org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String, HSSFCellStyle)
          3.15 beta2. Removed in 3.17. Use CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle) instead. 
org.apache.poi.POIXMLFactory.createDocumentPart(POIXMLDocumentPart, PackageRelationship, PackagePart)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.ss.formula.FormulaShifter.createForRowShift(int, String, int, int, int)
          As of 3.14 beta 1 (November 2015), replaced by FormulaShifter.createForRowShift(int, String, int, int, int, SpreadsheetVersion) 
org.apache.poi.xssf.model.CommentsTable.findCellComment(String)
          2015-11-23 (circa POI 3.14beta1). Use CommentsTable.findCellComment(CellAddress) instead 
org.apache.poi.hssf.usermodel.HSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
          3.15 beta 2. Use HSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. 
org.apache.poi.ss.usermodel.Workbook.findFont(short, short, short, String, boolean, boolean, short, byte)
          POI 3.15 beta 2. Use Workbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. 
org.apache.poi.xssf.model.StylesTable.findFont(short, short, short, String, boolean, boolean, short, byte)
          POI 3.15 beta 2. Use StylesTable.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. 
org.apache.poi.xssf.streaming.SXSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
          POI 3.15 beta 2. Use SXSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. 
org.apache.poi.xssf.usermodel.XSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
          POI 3.15. Use XSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. 
org.apache.poi.hssf.usermodel.HSSFFont.getBoldweight()
          3.15 beta 2. Scheduled for removal in 3.17. Use HSSFFont.getBold() instead. 
org.apache.poi.ss.usermodel.Font.getBoldweight()
          3.15 beta 2. Scheduled for removal in 3.17. Use Font.getBold(). 
org.apache.poi.xssf.usermodel.XSSFFont.getBoldweight()
          3.15 beta 2. Scheduled for removal in 3.17. Use XSSFFont.getBold() instead. 
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderBottomEnum()
          3.15 beta 2. Use XSSFCellStyle.getBorderBottom() 
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderLeftEnum()
          3.15 beta 2. Use XSSFCellStyle.getBorderLeft() 
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderRightEnum()
          3.15 beta 2. Use XSSFCellStyle.getBorderRight() 
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderTopEnum()
          3.15 beta 2. Use XSSFCellStyle.getBorderTop() 
org.apache.poi.hssf.util.HSSFCellUtil.getCell(HSSFRow, int)
          3.15 beta2. Removed in 3.17. Use CellUtil.getCell(org.apache.poi.ss.usermodel.Row, int) instead. 
org.apache.poi.hssf.usermodel.HSSFSheet.getCellComment(int, int)
          as of 2015-11-23 (circa POI 3.14beta1). Use HSSFSheet.getCellComment(CellAddress) instead. 
org.apache.poi.ss.usermodel.Sheet.getCellComment(int, int)
          as of 2015-11-23 (circa POI 3.14beta1). Use Sheet.getCellComment(CellAddress) instead. 
org.apache.poi.xssf.streaming.SXSSFSheet.getCellComment(int, int)
          as of 2015-11-23 (circa POI 3.14beta1). Use SXSSFSheet.getCellComment(CellAddress) instead. 
org.apache.poi.xssf.usermodel.XSSFSheet.getCellComment(int, int)
          as of 2015-11-23 (circa POI 3.14beta1). Use XSSFSheet.getCellComment(CellAddress) instead. 
org.apache.poi.hwpf.model.StyleSheet.getCharacterStyle(int)
           
org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int)
           
org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int)
          This API were based on incorrect assumption that single byte offset corresponds to single char offset 
org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int, int)
           
org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int, int)
          This API were based on incorrect assumption that single byte offset corresponds to single char offset 
org.apache.poi.hwpf.model.StyleDescription.getCHP()
           
org.apache.poi.xssf.model.CommentsTable.getCTComment(String)
          2015-11-23 (circa POI 3.14beta1). Use CommentsTable.getCTComment(CellAddress) instead 
org.apache.poi.hwpf.usermodel.Picture.getDxaCropLeft()
          POI 3.8 beta 4. 
org.apache.poi.hwpf.usermodel.Picture.getDxaCropRight()
          POI 3.8 beta 4. 
org.apache.poi.hwpf.usermodel.Picture.getDyaCropBottom()
          POI 3.8 beta 5. 
org.apache.poi.hwpf.usermodel.Picture.getDyaCropTop()
          POI 3.8 beta 5. 
org.apache.poi.hwpf.model.BytePropertyNode.getEndBytes()
          Though bytes are actually stored in file, it is advised to use char positions for all operations. Including save operations, because only char positions are preserved. 
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContNote()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContSeparator()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteSeparator()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenFooter()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenHeader()
          3.8 beta 4 
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldAtn()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldEdn()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldFtn()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdr()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdrtxbx()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldMom()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldTxbx()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcfLst()
           
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcspaMom()
           
org.apache.poi.hwpf.model.FieldsTables.getFieldsPLCF(int)
           
org.apache.poi.hwpf.HWPFDocument.getFieldsTables()
          POI 3.8. 
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstFooter()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstHeader()
          3.8 beta 4 
org.apache.poi.hwpf.extractor.WordExtractor.getFooterText()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContNote()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContSeparator()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteSeparator()
          3.8 beta 4 
org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()
          This field should not be used according to specification 
org.apache.poi.hwpf.extractor.WordExtractor.getHeaderText()
          3.8 beta 4 
org.apache.poi.hsmf.MAPIMessage.getHmtlBody()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldAtn()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldEdn()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldFtn()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdr()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdrtxbx()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldMom()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldTxbx()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcfLst()
           
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcspaMom()
           
org.apache.poi.xssf.model.StylesTable.getNumberFormatAt(int)
          POI 3.14-beta2. Use StylesTable.getNumberFormatAt(short) instead. 
org.apache.poi.xssf.usermodel.XSSFTable.getNumerOfMappedColumns()
          3.15 beta 2. Use XSSFTable.getNumberOfMappedColumns(). 
org.apache.poi.hwpf.usermodel.HeaderStories.getOddFooter()
          3.8 beta 4 
org.apache.poi.hwpf.usermodel.HeaderStories.getOddHeader()
          3.8 beta 4 
org.apache.poi.POIXMLDocumentPart.getPackageRelationship()
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.model.StyleDescription.getPAP()
           
org.apache.poi.xwpf.usermodel.XWPFRun.getParagraph()
          use XWPFRun.getParent() instead 
org.apache.poi.hwpf.model.PAPX.getParagraphProperties(StyleSheet)
           
org.apache.poi.hwpf.model.StyleSheet.getParagraphStyle(int)
           
org.apache.poi.hwpf.extractor.Word6Extractor.getParagraphText()
           
org.apache.poi.hwpf.model.types.LSTFAbstractType.getReserved1()
          This field should not be used according to specification 
org.apache.poi.hssf.util.HSSFCellUtil.getRow(int, HSSFSheet)
          3.15 beta2. Removed in 3.17. Use CellUtil.getRow(int, org.apache.poi.ss.usermodel.Sheet) instead. 
org.apache.poi.hwpf.model.BytePropertyNode.getStartBytes()
          Though bytes are actually stored in file, it is advised to use char positions for all operations. Including save operations, because only char positions are preserved. 
org.apache.poi.hwpf.model.TextPiece.getStringBuffer()
           
org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused1()
          This field should not be used according to specification 
org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused2()
          This field should not be used according to specification 
org.apache.poi.POIXMLDocument.hasOOXMLHeader(InputStream)
          use the method from DocumentFactoryHelper, deprecated as of 3.15-beta1, therefore eligible for removal in 3.17 
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int)
          POI 3.8 beta 4. Use code shall not work with ParagraphProperties 
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int, String)
          POI 3.8 beta 4. Use code shall not work with ParagraphProperties 
org.apache.poi.ss.util.CellReference.isColumnWithnRange(String, SpreadsheetVersion)
          3.15 beta 2. Use CellReference.isColumnWithinRange(java.lang.String, org.apache.poi.ss.SpreadsheetVersion). 
org.apache.poi.ddf.EscherBoolProperty.isFalse()
          use !isTrue() instead, planed to be removed in POI 3.17 
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFEmptySpecial()
          This field should not be used according to specification 
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFMac()
          This field should not be used according to specification 
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved1()
          This field should not be used according to specification 
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved2()
          This field should not be used according to specification 
org.apache.poi.ss.util.CellReference.isRowWithnRange(String, SpreadsheetVersion)
          3.15 beta 2. Use CellReference.isRowWithinRange(java.lang.String, org.apache.poi.ss.SpreadsheetVersion) 
org.apache.poi.xwpf.usermodel.XWPFRun.isStrike()
           
org.apache.poi.hwpf.model.types.LVLFAbstractType.isUnused1()
          This field should not be used according to specification 
org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused1()
          This field should not be used according to specification 
org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused2()
          This field should not be used according to specification 
org.apache.poi.xssf.model.CommentsTable.newComment(String)
          2015-11-23 (circa POI 3.14beta1). Use CommentsTable.newComment(CellAddress) instead 
org.apache.poi.hssf.record.DrawingRecord.processContinueRecord(byte[])
          POI 3.9 
org.apache.poi.hssf.record.RecordInputStream.readAllContinuedRemainder()
          POI 2.0 Best to write a input stream that wraps this one where there is special sub record that may overlap continue records. 
org.apache.poi.xssf.model.CommentsTable.referenceUpdated(String, CTComment)
          2015-11-23 (circa POI 3.14beta1). Use CommentsTable.referenceUpdated(CellAddress, CTComment) instead 
org.apache.poi.xssf.model.CommentsTable.removeComment(String)
          2015-11-23 (circa POI 3.14beta1). Use CommentsTable.removeComment(CellAddress) instead 
org.apache.poi.xssf.usermodel.XSSFSheet.setActiveCell(String)
          3.14beta2 (circa 2015-12-05). Use XSSFSheet.setActiveCell(CellAddress) instead. 
org.apache.poi.ss.util.CellUtil.setAlignment(Cell, Workbook, short)
          3.15-beta2. Removed in 3.17. Use CellUtil.setAlignment(Cell, short) instead. 
org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HSSFWorkbook, short)
          3.15 beta2. Removed in 3.17. Use CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short) instead. 
org.apache.poi.hssf.usermodel.HSSFFont.setBoldweight(short)
          3.15 beta 2. Scheduled for removal in 3.17. Use HSSFFont.setBold(boolean) instead. 
org.apache.poi.ss.usermodel.Font.setBoldweight(short)
          3.15 beta 2. Scheduled for removal in 3.17. Use Font.setBold(boolean). 
org.apache.poi.xssf.usermodel.XSSFFont.setBoldweight(short)
          3.15 beta 2. Scheduled for removal in 3.17. Use XSSFFont.setBold(boolean) instead. 
org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet). 
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderBottom(short)
          3.15 beta 2. Use HSSFCellStyle.setBorderBottom(BorderStyle) instead. 
org.apache.poi.ss.usermodel.CellStyle.setBorderBottom(short)
          3.15 beta 2. Use CellStyle.setBorderBottom(BorderStyle) instead. 
org.apache.poi.ss.usermodel.BorderFormatting.setBorderBottom(short)
          3.15 beta 2. Use BorderFormatting.setBorderBottom(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderBottom(short)
          3.15 beta 2. Use XSSFCellStyle.setBorderBottom(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderBottom(short)
          3.15 beta 2. Use XSSFBorderFormatting.setBorderBottom(BorderStyle) 
org.apache.poi.ss.usermodel.BorderFormatting.setBorderDiagonal(short)
          3.15 beta 2. Use BorderFormatting.setBorderDiagonal(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderDiagonal(short)
          3.15 beta 2. Use XSSFBorderFormatting.setBorderDiagonal(BorderStyle) 
org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet). 
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderLeft(short)
          3.15 beta 2. Use HSSFCellStyle.setBorderLeft(BorderStyle) instead. 
org.apache.poi.ss.usermodel.CellStyle.setBorderLeft(short)
          3.15 beta 2. Use CellStyle.setBorderLeft(BorderStyle) instead 
org.apache.poi.ss.usermodel.BorderFormatting.setBorderLeft(short)
          3.15 beta 2. Use BorderFormatting.setBorderLeft(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderLeft(short)
          3.15 beta 2. Use XSSFCellStyle.setBorderLeft(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderLeft(short)
          3.15 beta 2. Use XSSFBorderFormatting.setBorderLeft(BorderStyle) 
org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setBorderRight(int, CellRangeAddress, Sheet). 
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderRight(short)
          3.15 beta 2. Use HSSFCellStyle.setBorderRight(BorderStyle) instead. 
org.apache.poi.ss.usermodel.CellStyle.setBorderRight(short)
          3.15 beta 2. Use CellStyle.setBorderRight(BorderStyle) instead 
org.apache.poi.ss.usermodel.BorderFormatting.setBorderRight(short)
          3.15 beta 2. Use BorderFormatting.setBorderRight(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderRight(short)
          3.15 beta 2. Use XSSFCellStyle.setBorderRight(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderRight(short)
          3.15 beta 2. Use XSSFBorderFormatting.setBorderRight(BorderStyle) 
org.apache.poi.ss.util.RegionUtil.setBorderTop(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setBorderTop(int, CellRangeAddress, Sheet). 
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderTop(short)
          3.15 beta 2. Use HSSFCellStyle.setBorderTop(BorderStyle) instead. 
org.apache.poi.ss.usermodel.CellStyle.setBorderTop(short)
          3.15 beta 2. Use CellStyle.setBorderTop(BorderStyle) instead 
org.apache.poi.ss.usermodel.BorderFormatting.setBorderTop(short)
          3.15 beta 2. Use BorderFormatting.setBorderTop(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderTop(short)
          3.15 beta 2. Use XSSFCellStyle.setBorderTop(BorderStyle) 
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderTop(short)
          3.15 beta 2. Use XSSFBorderFormatting.setBorderTop(BorderStyle) 
org.apache.poi.ss.util.RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet). 
org.apache.poi.hssf.usermodel.HSSFCell.setCellErrorValue(byte)
          3.15 beta 2. Use HSSFCell.setCellErrorValue(FormulaError) instead. 
org.apache.poi.ss.util.CellUtil.setCellStyleProperty(Cell, Workbook, String, Object)
          3.15-beta2. Removed in 3.17. Use CellUtil.setCellStyleProperty(Cell, String, Object) instead. 
org.apache.poi.hssf.util.HSSFCellUtil.setCellStyleProperty(HSSFCell, HSSFWorkbook, String, Object)
          3.15 beta2. Removed in 3.17. Use CellUtil.setCellStyleProperty(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, java.lang.String, java.lang.Object) instead. 
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldAtn(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldEdn(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldFtn(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldHdr(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldHdrtxbx(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldMom(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldTxbx(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcfLst(int)
           
org.apache.poi.ss.util.CellUtil.setFont(Cell, Workbook, Font)
          3.15-beta2. Removed in 3.17. Use CellUtil.setFont(Cell, Font) instead. 
org.apache.poi.hssf.util.HSSFCellUtil.setFont(HSSFCell, HSSFWorkbook, HSSFFont)
          3.15 beta2. Removed in 3.17. Use CellUtil.setFont(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, org.apache.poi.ss.usermodel.Font) instead. 
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldAtn(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldEdn(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldFtn(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldHdr(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldHdrtxbx(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldMom(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldTxbx(int)
           
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcfLst(int)
           
org.apache.poi.ss.util.RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet). 
org.apache.poi.ss.util.RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet). 
org.apache.poi.xwpf.usermodel.XWPFRun.setStrike(boolean)
           
org.apache.poi.xssf.usermodel.XSSFSheet.setTabColor(int)
          3.15-beta2. Removed in 3.17. Use XSSFSheet.setTabColor(XSSFColor). 
org.apache.poi.ss.util.RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet, Workbook)
          3.15 beta 2. Use RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet). 
org.apache.poi.xwpf.usermodel.XWPFParagraph.setWordWrap(boolean)
           
org.apache.poi.hssf.usermodel.HSSFSheet.setZoom(int, int)
          2015-11-23 (circa POI 3.14beta1). Use HSSFSheet.setZoom(int) instead. 
org.apache.poi.ss.usermodel.Sheet.setZoom(int, int)
          2015-11-23 (circa POI 3.14beta1). Use Sheet.setZoom(int) instead. 
org.apache.poi.xssf.streaming.SXSSFSheet.setZoom(int, int)
          2015-11-23 (circa POI 3.14beta1). Use SXSSFSheet.setZoom(int) instead. 
org.apache.poi.xssf.usermodel.XSSFSheet.setZoom(int, int)
          2015-11-23 (circa POI 3.14beta1). Use XSSFSheet.setZoom(int) instead. 
org.apache.poi.xssf.usermodel.helpers.XSSFRowShifter.shiftMerged(int, int, int)
          POI 3.15 beta 2. Use RowShifter.shiftMergedRegions(int, int, int) instead. 
org.apache.poi.hssf.usermodel.HSSFSheet.shiftMerged(int, int, int, boolean)
          POI 3.15 beta 2. Use RowShifter.shiftMergedRegions(int, int, int). 
org.apache.poi.hwpf.model.TextPiece.substring(int, int)
           
org.apache.poi.hwpf.model.CHPFormattedDiskPage.toByteArray(CharIndexTranslator, int)
          Use CHPFormattedDiskPage.toByteArray(CharIndexTranslator) instead 
org.apache.poi.hssf.util.HSSFCellUtil.translateUnicodeValues(HSSFCell)
          3.15 beta2. Removed in 3.17. Use CellUtil.translateUnicodeValues(org.apache.poi.ss.usermodel.Cell) instead. 
org.apache.poi.hwpf.sprm.CharacterSprmUncompressor.uncompressCHP(CharacterProperties, byte[], int)
           
org.apache.poi.hwpf.sprm.TableSprmUncompressor.uncompressTAP(byte[], int)
           
org.apache.poi.hwpf.model.FontTable.writeTo(HWPFFileSystem)
           
org.apache.poi.hwpf.model.ComplexFileTable.writeTo(HWPFFileSystem)
           
org.apache.poi.hwpf.model.SectionTable.writeTo(HWPFFileSystem, int)
           
org.apache.poi.hwpf.model.CHPBinTable.writeTo(HWPFFileSystem, int, CharIndexTranslator)
           
org.apache.poi.xssf.usermodel.XSSFWorkbook.xssfSheetIterator()
          3.13. New projects should use the preferred options. Note: XSSFWorkbook.xssfSheetIterator is deprecated and will be removed in 3.15. 
 

Deprecated Constructors
org.apache.poi.ss.util.AreaReference(String)
          POI 3.13 beta 1. Prefer supplying a version. 
org.apache.poi.hwpf.model.BytePropertyNode(int, int, CharIndexTranslator, Object)
            
org.apache.poi.xssf.model.CalculationChain(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.model.CHPBinTable(byte[], byte[], int, int, int, TextPieceTable)
          Use CHPBinTable.CHPBinTable(byte[], byte[], int, int, CharIndexTranslator) instead 
org.apache.poi.hwpf.model.CHPFormattedDiskPage(byte[], int, int, TextPieceTable)
          Use CHPFormattedDiskPage.CHPFormattedDiskPage(byte[], int, CharIndexTranslator) instead 
org.apache.poi.hwpf.model.CHPX(int, int, CharIndexTranslator, byte[])
           
org.apache.poi.hwpf.model.CHPX(int, int, CharIndexTranslator, SprmBuffer)
           
org.apache.poi.xssf.model.CommentsTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.model.DocumentProperties(byte[], int)
          Use DocumentProperties.DocumentProperties(byte[],int,int) instead 
org.apache.poi.xssf.model.ExternalLinksTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.model.FSPATable(byte[], int, int, List)
           
org.apache.poi.hwpf.model.ListLevel(byte[], int)
           
org.apache.poi.hsmf.MAPIMessage(DirectoryNode, POIFSFileSystem)
          Use MAPIMessage.MAPIMessage(DirectoryNode) instead 
org.apache.poi.xssf.model.MapInfo(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.model.OldSectionTable(byte[], int, int, int, TextPieceTable)
          Use OldSectionTable.OldSectionTable(byte[],int,int) instead 
org.apache.poi.hsmf.extractor.OutlookTextExtactor(DirectoryNode, POIFSFileSystem)
           
org.apache.poi.hwpf.model.PAPFormattedDiskPage(byte[])
          Use PAPFormattedDiskPage.PAPFormattedDiskPage() instead 
org.apache.poi.hwpf.model.PAPFormattedDiskPage(byte[], byte[], int, int, TextPieceTable)
          Use PAPFormattedDiskPage.PAPFormattedDiskPage(byte[], byte[], int, CharIndexTranslator) instead 
org.apache.poi.hwpf.model.PAPX(int, int, CharIndexTranslator, SprmBuffer, byte[])
           
org.apache.poi.hwpf.model.PicturesTable(HWPFDocument, byte[], byte[], FSPATable, EscherRecordHolder)
           
org.apache.poi.hwpf.model.PlexOfField(int, int, byte[])
           
org.apache.poi.POIXMLDocumentPart(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.POIXMLDocumentPart(POIXMLDocumentPart, PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.eventusermodel.ReadOnlySharedStringsTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.model.SharedStringsTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.model.SingleXmlCells(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.sprm.SprmBuffer()
          Use SprmBuffer.SprmBuffer(int) instead 
org.apache.poi.hwpf.sprm.SprmBuffer(byte[])
          Use SprmBuffer.SprmBuffer(byte[],int) instead 
org.apache.poi.hwpf.sprm.SprmBuffer(byte[], boolean)
          Use SprmBuffer.SprmBuffer(byte[],boolean,int) instead 
org.apache.poi.xssf.model.StylesTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.streaming.SXSSFRow(SXSSFSheet, int)
          2015-11-30 (circa POI 3.14beta1). Use SXSSFRow.SXSSFRow(SXSSFSheet) instead. 
org.apache.poi.hwpf.model.TextPiece(int, int, byte[], PieceDescriptor, int)
          Use TextPiece.TextPiece(int,int,byte[],PieceDescriptor) instead 
org.apache.poi.xssf.model.ThemesTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.hwpf.extractor.Word6Extractor(DirectoryNode, POIFSFileSystem)
          Use Word6Extractor.Word6Extractor(DirectoryNode) instead 
org.apache.poi.xdgf.usermodel.XDGFBaseContents(PackagePart, PackageRelationship, XDGFDocument)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xdgf.usermodel.XDGFMasterContents(PackagePart, PackageRelationship, XDGFDocument)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xdgf.usermodel.XDGFMasters(PackagePart, PackageRelationship, XDGFDocument)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xdgf.usermodel.XDGFPageContents(PackagePart, PackageRelationship, XDGFDocument)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xdgf.usermodel.XDGFPages(PackagePart, PackageRelationship, XDGFDocument)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xdgf.xml.XDGFXMLDocumentPart(PackagePart, PackageRelationship, XDGFDocument)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFChart(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFNotesMaster(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFPictureData(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFSheet(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFSlideLayout(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFSlideMaster(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFTableStyles(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xslf.usermodel.XSLFTheme(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFChart(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFChartSheet(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFDrawing(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFPictureData(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFPivotCache(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFPivotCacheDefinition(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFPivotCacheRecords(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFPivotTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFSheet(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFTable(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFVBAPart(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xssf.usermodel.XSSFVMLDrawing(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFFooter(POIXMLDocumentPart, PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFFootnotes(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFHeader(POIXMLDocumentPart, PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFHeaderFooter(POIXMLDocumentPart, PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFNumbering(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFPictureData(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFRun(CTR, XWPFParagraph)
          Use XWPFRun.XWPFRun(CTR, IRunBody) 
org.apache.poi.xwpf.usermodel.XWPFSettings(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
org.apache.poi.xwpf.usermodel.XWPFStyles(PackagePart, PackageRelationship)
          in POI 3.14, scheduled for removal in POI 3.16 
 

Deprecated Enum Constants
org.apache.poi.hwpf.model.SubdocumentType.MACRO
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.