Deprecated Methods |
org.apache.poi.POIXMLDocumentPart._invokeOnDocumentRead(POIXMLDocumentPart)
|
org.apache.poi.hwpf.model.OldTextPiece.adjustForDelete(int, int)
|
org.apache.poi.hwpf.model.TextPiece.adjustForDelete(int, int)
|
org.apache.poi.hssf.model.DrawingManager2.allocateShapeId(short)
in POI 3.17-beta2, use allocateShapeId(EscherDgRecord) |
org.apache.poi.hssf.model.DrawingManager2.allocateShapeId(short, EscherDgRecord)
in POI 3.17-beta2, use allocateShapeId(EscherDgRecord) |
org.apache.poi.hwpf.model.TextPiece.characterLength()
|
org.apache.poi.hpsf.VariantSupport.codepageToEncoding(int)
POI 3.16 - use CodePageUtil.codepageToEncoding(int) |
org.apache.poi.ss.util.SheetUtil.containsCell(CellRangeAddress, int, int)
3.15 beta 2. Use CellRangeAddressBase.isInRange(int, int) . |
org.apache.poi.hssf.usermodel.HSSFRow.createCell(int, int)
POI 3.15 beta 3 |
org.apache.poi.ss.usermodel.Row.createCell(int, int)
POI 3.15 beta 3. Use Row.createCell(int, CellType) instead. |
org.apache.poi.xssf.streaming.SXSSFRow.createCell(int, int)
POI 3.15 beta 3. Use SXSSFRow.createCell(int, CellType) instead. |
org.apache.poi.xssf.usermodel.XSSFRow.createCell(int, int)
POI 3.15 beta 3. Use XSSFRow.createCell(int, CellType) instead. |
org.apache.poi.ss.formula.BaseFormulaEvaluator.evaluateFormulaCell(Cell)
3.15. Will return a CellType enum in the future. |
org.apache.poi.ss.usermodel.FormulaEvaluator.evaluateFormulaCell(Cell)
3.15. Will return a CellType enum in the future |
org.apache.poi.common.usermodel.HyperlinkType.forInt(int)
POI 3.15 beta 3 |
org.apache.poi.ss.usermodel.CellType.forInt(int)
POI 3.15 beta 3. Used to transition code from int s to CellType s. |
org.apache.poi.ss.util.AreaReference.generateContiguous(String)
use AreaReference.generateContiguous(SpreadsheetVersion, String) instead |
org.apache.poi.poifs.crypt.EncryptionVerifier.getAlgorithm()
POI 3.16 beta 1. use EncryptionVerifier.getCipherAlgorithm() |
org.apache.poi.hssf.converter.AbstractExcelUtils.getAlign(short)
POI 3.15 beta 3. Use AbstractExcelUtils.getAlign(HorizontalAlignment) instead. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getAlignment()
POI 3.15 beta 3. Use HSSFCellStyle.getAlignmentEnum() instead. |
org.apache.poi.ss.usermodel.CellStyle.getAlignment()
POI 3.15 beta 3. Use CellStyle.getAlignmentEnum() instead. |
org.apache.poi.xssf.usermodel.XSSFCellStyle.getAlignment()
POI 3.15 beta 3. Use XSSFCellStyle.getAlignmentEnum() instead. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderBottom()
POI 3.15. Use HSSFBorderFormatting.getBorderBottomEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderBottom()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderBottomEnum() . |
org.apache.poi.ss.usermodel.CellStyle.getBorderBottom()
POI 3.15. Use CellStyle.getBorderBottomEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderBottom()
POI 3.15. Use BorderFormatting.getBorderBottomEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderBottom()
3.15 beta 2. Use XSSFCellStyle.getBorderBottomEnum() |
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderBottom()
POI 3.15. Use XSSFBorderFormatting.getBorderBottomEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderDiagonal()
POI 3.15. Use HSSFBorderFormatting.getBorderDiagonalEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderDiagonal()
POI 3.15. Use BorderFormatting.getBorderDiagonalEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderDiagonal()
POI 3.15. Use XSSFBorderFormatting.getBorderDiagonalEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderLeft()
POI 3.15. Use HSSFBorderFormatting.getBorderLeftEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderLeft()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderLeftEnum() . |
org.apache.poi.ss.usermodel.CellStyle.getBorderLeft()
POI 3.15. Use CellStyle.getBorderLeftEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderLeft()
POI 3.15. Use BorderFormatting.getBorderLeftEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderLeft()
3.15 beta 2. Use XSSFCellStyle.getBorderLeftEnum() |
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderLeft()
POI 3.15. Use XSSFBorderFormatting.getBorderLeftEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderRight()
POI 3.15. Use HSSFBorderFormatting.getBorderRightEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderRight()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderRightEnum() . |
org.apache.poi.ss.usermodel.CellStyle.getBorderRight()
POI 3.15. Use CellStyle.getBorderRightEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderRight()
POI 3.15. Use BorderFormatting.getBorderRightEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderRight()
3.15 beta 2. Use XSSFCellStyle.getBorderRightEnum() instead |
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderRight()
POI 3.15. Use XSSFBorderFormatting.getBorderRightEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderTop()
POI 3.15. Use HSSFBorderFormatting.getBorderTopEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderTop()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderTopEnum() . |
org.apache.poi.ss.usermodel.CellStyle.getBorderTop()
POI 3.15. Use CellStyle.getBorderTopEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderTop()
POI 3.15. Use BorderFormatting.getBorderTopEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderTop()
3.15 beta 2. Use XSSFCellStyle.getBorderTopEnum() instead. |
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderTop()
POI 3.15. Use XSSFBorderFormatting.getBorderTopEnum() .
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.ss.usermodel.Cell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.xssf.streaming.SXSSFCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.xssf.usermodel.XSSFCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultTypeEnum()
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791. |
org.apache.poi.hssf.usermodel.HSSFCell.getCellType()
3.15. Will be return a CellType enum in the future. |
org.apache.poi.ss.formula.EvaluationCell.getCellType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.ss.usermodel.Cell.getCellType()
POI 3.15. Will return a CellType enum in the future. |
org.apache.poi.ss.usermodel.CellValue.getCellType()
POI 3.15. Use CellValue.getCellTypeEnum() instead. |
org.apache.poi.xssf.streaming.SXSSFCell.getCellType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.xssf.usermodel.XSSFCell.getCellType()
3.15. Will return a CellType enum in the future. |
org.apache.poi.ss.formula.EvaluationCell.getCellTypeEnum()
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791. |
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.ddf.EscherContainerRecord.getChildIterator()
POI 3.16 beta 1. use iterator() or loop over the container record instead,
e.g. "for (EscherRecord r : container) ..." |
org.apache.poi.hwpf.model.StyleDescription.getCHP()
|
org.apache.poi.poifs.crypt.EncryptionVerifier.getCipherMode()
POI 3.16 beta 1. use EncryptionVerifier.getChainingMode() |
org.apache.poi.common.usermodel.HyperlinkType.getCode()
POI 3.15 beta 3 |
org.apache.poi.ss.usermodel.CellType.getCode()
POI 3.15 beta 3 |
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.hssf.usermodel.HSSFCellStyle.getFillPattern()
POI 3.15 beta 3. This method will return FillPatternType in the future. Use HSSFCellStyle.setFillPattern(FillPatternType) instead. |
org.apache.poi.ss.usermodel.CellStyle.getFillPattern()
POI 3.15 beta 3. This method will return FillPatternType in the future. Use CellStyle.setFillPattern(FillPatternType) instead. |
org.apache.poi.xssf.usermodel.XSSFCellStyle.getFillPattern()
POI 3.15 beta 3. This method will return FillPatternType in the future. Use XSSFCellStyle.setFillPattern(FillPatternType) instead. |
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.xssf.usermodel.XSSFDataFormat.getFormat(int)
POI 3.16 beta 1 - use XSSFDataFormat.getFormat(short) instead |
org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()
This field should not be used according to specification |
org.apache.poi.poifs.crypt.EncryptionHeader.getHashAlgorithmEx()
POI 3.16 beta 1. use EncryptionHeader.getHashAlgorithm() |
org.apache.poi.hwpf.extractor.WordExtractor.getHeaderText()
3.8 beta 4 |
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.hsmf.MAPIMessage.getMessageClass()
3.16 beta 3. Use MAPIMessage.getMessageClassEnum() instead. |
org.apache.poi.xssf.streaming.SXSSFWorkbook.getNameAt(int)
3.16. New projects should avoid accessing named ranges by index. |
org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameAt(int)
3.16. New projects should avoid accessing named ranges by index. |
org.apache.poi.xssf.streaming.SXSSFWorkbook.getNameIndex(String)
3.16. New projects should avoid accessing named ranges by index.
Use SXSSFWorkbook.getName(String) instead. |
org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameIndex(String)
3.16. New projects should avoid accessing named ranges by index.
Use XSSFWorkbook.getName(String) 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.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.hslf.usermodel.HSLFSlideShowImpl.getPOIFSDirectory()
POI 3.16 beta 1. use POIDocument.getDirectory() instead |
org.apache.poi.hwpf.model.types.LSTFAbstractType.getReserved1()
This field should not be used according to specification |
org.apache.poi.hssf.usermodel.HSSFWorkbook.getRootDirectory()
POI 3.16 beta 1. use POIDocument.getDirectory() 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.xssf.usermodel.XSSFChart.getTitle()
POI 3.16, use XSSFChart.getTitleText() instead. |
org.apache.poi.common.usermodel.Hyperlink.getType()
POI 3.15 beta 3. Use Hyperlink.getTypeEnum()
getType will return a HyperlinkType enum in the future. |
org.apache.poi.hssf.usermodel.HSSFHyperlink.getType()
POI 3.15. Use HSSFHyperlink.getTypeEnum() instead.
getType will return a HyperlinkType enum in the future. |
org.apache.poi.hslf.usermodel.HSLFHyperlink.getType()
POI 3.15 beta 3. Use HSLFHyperlink.getTypeEnum() |
org.apache.poi.xssf.usermodel.XSSFHyperlink.getType()
POI 3.15 beta 3. Use XSSFHyperlink.getTypeEnum() instead.
getType will return a HyperlinkType enum in the future. |
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.hssf.usermodel.HSSFCellStyle.getVerticalAlignment()
POI 3.15 beta 3. Use HSSFCellStyle.getVerticalAlignmentEnum() instead. |
org.apache.poi.ss.usermodel.CellStyle.getVerticalAlignment()
POI 3.15 beta 3. Use CellStyle.getVerticalAlignmentEnum() instead. |
org.apache.poi.xssf.usermodel.XSSFCellStyle.getVerticalAlignment()
POI 3.15 beta 3. Use XSSFCellStyle.getVerticalAlignmentEnum() instead. |
org.apache.poi.poifs.filesystem.DocumentFactoryHelper.hasOOXMLHeader(InputStream)
in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OOXML instead |
org.apache.poi.poifs.filesystem.OPOIFSFileSystem.hasPOIFSHeader(byte[])
in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
org.apache.poi.poifs.filesystem.NPOIFSFileSystem.hasPOIFSHeader(byte[])
in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
org.apache.poi.poifs.filesystem.OPOIFSFileSystem.hasPOIFSHeader(InputStream)
in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
org.apache.poi.poifs.filesystem.NPOIFSFileSystem.hasPOIFSHeader(InputStream)
in 3.17-beta2, use FileMagic.valueOf(InputStream) == FileMagic.OLE2 instead |
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.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.ss.formula.atp.WorkdayCalculator.isNonWorkday(double, double[])
POI 3.16 - will be removed, not used in POI itself |
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.xwpf.usermodel.XWPFRun.isStrike()
|
org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused1()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.LVLFAbstractType.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.hslf.record.RecordContainer.moveChildBefore(Record, Record)
method is not used within POI and will be removed |
org.apache.poi.hslf.record.RecordContainer.moveChildrenAfter(Record, int, Record)
method is not used within POI and will be removed |
org.apache.poi.hslf.record.RecordContainer.moveChildrenBefore(Record, int, Record)
method is not used within POI and will be removed |
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.streaming.SXSSFWorkbook.removeName(int)
3.16. New projects should use SXSSFWorkbook.removeName(Name) . |
org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(int)
3.16. New projects should use XSSFWorkbook.removeName(Name) . |
org.apache.poi.xssf.streaming.SXSSFWorkbook.removeName(String)
3.16. New projects should use SXSSFWorkbook.removeName(Name) . |
org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(String)
3.16. New projects should use XSSFWorkbook.removeName(Name) . |
org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet)
POI 3.16 beta 1. Use RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet) . |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderBottom(short)
3.15 beta 2. Use BorderFormatting.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)
3.16 beta 1. Use RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet) . |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderLeft(short)
3.15 beta 2. Use BorderFormatting.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)
POI 3.16 beta 1. Use RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet) . |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderRight(short)
3.15 beta 2. Use BorderFormatting.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)
3.16 beta 1. Use RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet) . |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderTop(short)
3.15 beta 2. Use BorderFormatting.setBorderTop(BorderStyle) |
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderTop(short)
3.15 beta 2. Use XSSFBorderFormatting.setBorderTop(BorderStyle) |
org.apache.poi.hssf.usermodel.HSSFCell.setCellErrorValue(byte)
3.15 beta 2. Use HSSFCell.setCellErrorValue(FormulaError) instead. |
org.apache.poi.hssf.usermodel.HSSFCell.setCellType(int)
POI 3.15 beta 3. Use HSSFCell.setCellType(CellType) instead. |
org.apache.poi.ss.usermodel.Cell.setCellType(int)
POI 3.15 beta 3. Use Cell.setCellType(CellType) instead. |
org.apache.poi.xssf.streaming.SXSSFCell.setCellType(int)
POI 3.15 beta 3. Use SXSSFCell.setCellType(CellType) instead.
Will be deleted when we make the CellType enum transition. See bug 59791. |
org.apache.poi.xssf.usermodel.XSSFCell.setCellType(int)
POI 3.15 beta 3. Use XSSFCell.setCellType(CellType) instead. |
org.apache.poi.POIXMLTypeLoader.setClassLoader(ClassLoader)
in POI 3.17 - setting a classloader from the outside is now obsolete,
the classloader of the SchemaType will be used |
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.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.hssf.usermodel.HSSFWorkbook.setSheetHidden(int, int)
|
org.apache.poi.ss.usermodel.Workbook.setSheetHidden(int, int)
POI 3.16 beta 2. Use Workbook.setSheetVisibility(int, SheetVisibility) instead. |
org.apache.poi.xssf.streaming.SXSSFWorkbook.setSheetHidden(int, int)
|
org.apache.poi.xssf.usermodel.XSSFWorkbook.setSheetHidden(int, int)
|
org.apache.poi.xwpf.usermodel.XWPFRun.setStrike(boolean)
|
org.apache.poi.xssf.usermodel.XSSFChart.setTitle(String)
POI 3.16, use XSSFChart.setTitleText(String) instead. |
org.apache.poi.xwpf.usermodel.XWPFParagraph.setWordWrap(boolean)
|
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.OldTextPiece.substring(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.ss.format.CellFormat.ultimateType(Cell)
POI 3.15. This will return a CellType enum in the future |
org.apache.poi.ss.format.CellFormat.ultimateTypeEnum(Cell)
POI 3.15 beta 3
Will be deleted when we make the CellType enum transition. See bug 59791. |
org.apache.poi.hwpf.sprm.CharacterSprmUncompressor.uncompressCHP(CharacterProperties, byte[], int)
|
org.apache.poi.ss.util.WorkbookUtil.validateSheetState(int)
POI 3.16 beta 2. Use SheetVisibility instead. |
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)
|