Deprecated Methods |
org.apache.poi.xslf.usermodel.XMLSlideShow._getXSLFSlideShow()
|
org.apache.poi.hssf.usermodel.HSSFSheetConditionalFormatting.addConditionalFormatting(Region[], HSSFConditionalFormattingRule[])
use CellRangeAddress instead of Region |
org.apache.poi.hssf.usermodel.HSSFSheet.addMergedRegion(Region)
(Aug-2008) use CellRangeAddress instead of Region |
org.apache.poi.hssf.usermodel.HSSFWorkbook.addSSTString(String)
Do not call this method from your applications. Use the methods
available in the HSSFRow to add string HSSFCells |
org.apache.poi.hwpf.model.TextPiece.adjustForDelete(int, int)
|
org.apache.poi.hwpf.model.TextPiece.characterLength()
|
org.apache.poi.hwpf.usermodel.CharacterRun.cloneProperties()
This method shall not be public and should not be called from high-level code |
org.apache.poi.POIDocument.copyNodeRecursively(Entry, DirectoryEntry)
|
org.apache.poi.poifs.filesystem.EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)
use FilteringDirectoryNode instead |
org.apache.poi.POIDocument.copyNodes(DirectoryNode, DirectoryNode, List)
|
org.apache.poi.POIDocument.copyNodes(POIFSFileSystem, POIFSFileSystem, List)
|
org.apache.poi.openxml4j.opc.Package.create(File)
use OPCPackage.create(File) |
org.apache.poi.openxml4j.opc.Package.create(OutputStream)
use OPCPackage.create(OutputStream) |
org.apache.poi.openxml4j.opc.Package.create(String)
use OPCPackage.create(String) |
org.apache.poi.ss.formula.eval.forked.ForkedEvaluator.create(Workbook, IStabilityClassifier)
(Sep 2009) (reduce overloading) use ForkedEvaluator.create(Workbook, IStabilityClassifier, UDFFinder) |
org.apache.poi.hssf.usermodel.HSSFRow.createCell(short)
(Aug 2008) use HSSFRow.createCell(int) |
org.apache.poi.hssf.usermodel.HSSFRow.createCell(short, int)
(Aug 2008) use HSSFRow.createCell(int, int) |
org.apache.poi.xssf.usermodel.XSSFSheet.createComment()
since Nov 2009 this method is not compatible with the common SS interfaces,
use (org.apache.poi.ss.usermodel.ClientAnchor) instead |
org.apache.poi.extractor.ExtractorFactory.createExtractor(DirectoryNode, POIFSFileSystem)
Use ExtractorFactory.createExtractor(DirectoryNode) instead |
org.apache.poi.hssf.usermodel.HSSFWorkbook.findSheetNameFromExternSheet(int)
for POI internal use only (formula rendering). This method is likely to
be removed in future versions of POI. |
org.apache.poi.hpsf.wellknown.SectionIDMap.get(Object)
Use SectionIDMap.get(byte[]) instead! |
org.apache.poi.hwpf.usermodel.Picture.getAspectRatioX()
use more precise Picture.getHorizontalScalingFactor() |
org.apache.poi.hwpf.usermodel.Picture.getAspectRatioY()
use more precise Picture.getVerticalScalingFactor() |
org.apache.poi.ss.usermodel.BuiltinFormats.getBuiltinFormats()
(May 2009) use BuiltinFormats.getAll() |
org.apache.poi.hssf.usermodel.HSSFRow.getCell(short)
(Aug 2008) use HSSFRow.getCell(int) |
org.apache.poi.hssf.usermodel.HSSFCell.getCellNum()
(Oct 2008) use HSSFCell.getColumnIndex() |
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.hssf.usermodel.HSSFSheet.getColumnWidth(short)
(Sep 2008) use HSSFSheet.getColumnWidth(int) |
org.apache.poi.hssf.record.WindowOneRecord.getDisplayedTab()
- Misleading name - use getFirstVisibleTab() |
org.apache.poi.hssf.usermodel.HSSFWorkbook.getDisplayedTab()
- Misleading name - use getFirstVisibleTab() |
org.apache.poi.hwpf.usermodel.Picture.getDxaCropLeft()
|
org.apache.poi.hwpf.usermodel.Picture.getDxaCropRight()
|
org.apache.poi.hwpf.usermodel.Picture.getDyaCropBottom()
|
org.apache.poi.hwpf.usermodel.Picture.getDyaCropTop()
|
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()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContSeparator()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteSeparator()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenFooter()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenHeader()
|
org.apache.poi.hssf.usermodel.HSSFWorkbook.getExternalSheetIndex(int)
for POI internal use only (formula parsing). This method is likely to
be removed in future versions of POI. |
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.getFcPlcspaMom()
|
org.apache.poi.hwpf.model.FieldsTables.getFieldsPLCF(int)
|
org.apache.poi.hwpf.HWPFDocument.getFieldsTables()
|
org.apache.poi.POIOLE2TextExtractor.getFileSystem()
Use POIOLE2TextExtractor.getRoot() instead |
org.apache.poi.hssf.extractor.EventBasedExcelExtractor.getFileSystem()
Use POIOLE2TextExtractor.getRoot() instead |
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstFooter()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstHeader()
|
org.apache.poi.hwpf.extractor.WordExtractor.getFooterText()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContNote()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContSeparator()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteSeparator()
|
org.apache.poi.hssf.usermodel.HSSFConditionalFormatting.getFormattingRegions()
(Aug-2008) use HSSFConditionalFormatting.getFormattingRanges() |
org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()
This field should not be used according to specification |
org.apache.poi.hwpf.extractor.WordExtractor.getHeaderText()
|
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.getLcbPlcspaMom()
|
org.apache.poi.hssf.usermodel.HSSFSheet.getMergedRegionAt(int)
(Aug-2008) use HSSFSheet.getMergedRegion(int) |
org.apache.poi.hwpf.usermodel.HeaderStories.getOddFooter()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getOddHeader()
|
org.apache.poi.hssf.record.WindowTwoRecord.getPaged()
use isActive() |
org.apache.poi.hwpf.model.StyleDescription.getPAP()
|
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.hssf.usermodel.HSSFName.getReference()
(Nov 2008) Misleading name. Use HSSFName.getRefersToFormula() instead. |
org.apache.poi.hwpf.model.types.LSTFAbstractType.getReserved1()
This field should not be used according to specification |
org.apache.poi.hssf.record.WindowOneRecord.getSelectedTab()
- Misleading name - use getActiveSheetIndex() |
org.apache.poi.hssf.usermodel.HSSFWorkbook.getSelectedTab()
- Misleading name - use getActiveSheetIndex() |
org.apache.poi.hwpf.HWPFDocument.getShapesTable()
use HWPFDocument.getOfficeDrawingsMain() instead |
org.apache.poi.hslf.usermodel.PictureData.getSize()
Use getData().length instead. |
org.apache.poi.hssf.usermodel.HSSFWorkbook.getSSTString(int)
Do not call this method from your applications. Use the methods
available in the HSSFRow to get string HSSFCells |
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.util.LittleEndian.getUnsignedByte(byte[], int)
Use LittleEndian.getUByte(byte[], int) instead |
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.model.InternalSheet.getValueRecords()
use InternalSheet.getCellValueIterator() instead |
org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate.getValueRecords()
use ValueRecordsAggregate.iterator() instead |
org.apache.poi.hssf.record.aggregates.RowRecordsAggregate.getValueRecords()
use RowRecordsAggregate.getCellValueIterator() instead |
org.apache.poi.hssf.usermodel.HSSFSheet.getVerticallyCenter(boolean)
(Mar-2008) use getVerticallyCenter() instead |
org.apache.poi.hssf.usermodel.HSSFSheet.groupColumn(short, short)
(Sep 2008) use HSSFSheet.groupColumn(int, int) |
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int, int, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int, String)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertAfter(String, CharacterProperties)
User code should not work with CharacterProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(ParagraphProperties, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(ParagraphProperties, int, int, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(ParagraphProperties, int, String)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(String, CharacterProperties)
User code should not work with CharacterProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(TableProperties, int)
Use code shall not work with TableProperties . Use
Range.insertTableBefore(short, int) instead |
org.apache.poi.hssf.usermodel.HSSFSheet.isColumnHidden(short)
(Sep 2008) use HSSFSheet.isColumnHidden(int) |
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.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.openxml4j.opc.Package.open(InputStream)
use OPCPackage.open(InputStream) |
org.apache.poi.openxml4j.opc.Package.open(String)
use OPCPackage.open(String) |
org.apache.poi.openxml4j.opc.Package.open(String, PackageAccess)
use OPCPackage.open(String,PackageAccess) |
org.apache.poi.openxml4j.opc.Package.openOrCreate(File)
use OPCPackage.openOrCreate(java.io.File) |
org.apache.poi.hpsf.wellknown.SectionIDMap.put(Object, Object)
Use SectionIDMap.put(byte[], PropertyIDMap) instead! |
org.apache.poi.util.LittleEndian.putInt(byte[], int)
Use LittleEndian.putInt(byte[], int, int) instead |
org.apache.poi.util.LittleEndian.putShort(byte[], short)
Use LittleEndian.putShort(byte[], int, short) instead |
org.apache.poi.util.LittleEndian.putUInt(byte[], long)
Use LittleEndian.putUInt(byte[], int, long) instead |
org.apache.poi.hssf.record.RecordInputStream.readAllContinuedRemainder()
Best to write a input stream that wraps this one where there is
special sub record that may overlap continue records. |
org.apache.poi.hssf.usermodel.HSSFWorkbook.resolveNameXText(int, int)
for POI internal use only (formula rendering). This method is likely to
be removed in future versions of POI. |
org.apache.poi.hssf.util.CellRangeAddress8Bit.serialize(int, byte[])
use CellRangeAddress8Bit.serialize(LittleEndianOutput) |
org.apache.poi.ss.util.CellRangeAddress.serialize(int, byte[])
use CellRangeAddress.serialize(LittleEndianOutput) |
org.apache.poi.hssf.util.HSSFRegionUtil.setBorderBottom(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
org.apache.poi.hssf.util.HSSFRegionUtil.setBorderLeft(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
org.apache.poi.hssf.util.HSSFRegionUtil.setBorderRight(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
org.apache.poi.hssf.util.HSSFRegionUtil.setBorderTop(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
org.apache.poi.hssf.util.HSSFRegionUtil.setBottomBorderColor(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
org.apache.poi.xssf.usermodel.XSSFSheet.setCellComment(String, XSSFComment)
since Nov 2009 use XSSFCell.setCellComment(org.apache.poi.ss.usermodel.Comment) instead |
org.apache.poi.hssf.usermodel.HSSFCell.setCellNum(short)
(Jan 2008) Doesn't update the row's idea of what cell this is, use HSSFRow.moveCell(HSSFCell, short) instead |
org.apache.poi.hssf.usermodel.HSSFComment.setColumn(short)
(Nov 2009) use HSSFComment.setColumn(int) } |
org.apache.poi.hssf.usermodel.HSSFSheet.setColumnGroupCollapsed(short, boolean)
(Sep 2008) use HSSFSheet.setColumnGroupCollapsed(int, boolean) |
org.apache.poi.hssf.usermodel.HSSFSheet.setColumnHidden(short, boolean)
(Sep 2008) use HSSFSheet.setColumnHidden(int, boolean) |
org.apache.poi.hssf.usermodel.HSSFSheet.setColumnWidth(short, short)
(Sep 2008) use HSSFSheet.setColumnWidth(int, int) |
org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator.setCurrentRow(HSSFRow)
(Aug 2008) - not needed, since the current row can be derived from the cell |
org.apache.poi.hssf.usermodel.HSSFSheet.setDefaultColumnWidth(short)
(Sep 2008) use HSSFSheet.setDefaultColumnWidth(int) |
org.apache.poi.hssf.record.WindowOneRecord.setDisplayedTab(short)
- Misleading name - use setFirstVisibleTab() |
org.apache.poi.hssf.usermodel.HSSFWorkbook.setDisplayedTab(short)
- Misleading name - use setFirstVisibleTab() |
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.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.hssf.util.HSSFRegionUtil.setLeftBorderColor(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
org.apache.poi.hssf.record.WindowTwoRecord.setPaged(boolean)
use setActive() |
org.apache.poi.hssf.usermodel.HSSFName.setReference(String)
(Nov 2008) Misleading name. Use HSSFName.setRefersToFormula(String) instead. |
org.apache.poi.hssf.util.HSSFRegionUtil.setRightBorderColor(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
org.apache.poi.hssf.record.WindowOneRecord.setSelectedTab(short)
- Misleading name - use setActiveSheetIndex() |
org.apache.poi.hssf.usermodel.HSSFWorkbook.setSelectedTab(short)
use setSelectedTab(int) |
org.apache.poi.hssf.util.HSSFRegionUtil.setTopBorderColor(short, Region, HSSFSheet, HSSFWorkbook)
(Aug 2008) use CellRangeAddress instead of Region |
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.hwpf.usermodel.Range.type()
|
org.apache.poi.hwpf.usermodel.Paragraph.type()
|
org.apache.poi.hwpf.usermodel.ListEntry.type()
|
org.apache.poi.hwpf.sprm.TableSprmUncompressor.uncompressTAP(byte[], int)
|
org.apache.poi.hssf.usermodel.HSSFSheet.ungroupColumn(short, short)
(Sep 2008) use HSSFSheet.ungroupColumn(int, int) |
org.apache.poi.hwpf.usermodel.Range.usesUnicode()
Range is not linked to any text piece anymore, so to check if
unicode is used please access TextPieceTable during
document load time |
org.apache.poi.hwpf.model.FontTable.writeTo(HWPFFileSystem)
|
org.apache.poi.hwpf.model.ComplexFileTable.writeTo(HWPFFileSystem)
|
org.apache.poi.hwpf.model.PAPBinTable.writeTo(HWPFFileSystem, CharIndexTranslator)
|
org.apache.poi.hwpf.model.SectionTable.writeTo(HWPFFileSystem, int)
|
org.apache.poi.hwpf.model.CHPBinTable.writeTo(HWPFFileSystem, int, CharIndexTranslator)
|