Deprecated API

Deprecated Interfaces
org.apache.poi.hssf.usermodel.HSSFColorConstants
          use org.apache.poi.hssf.util.HSSFColor instead 
 

Deprecated Methods
org.apache.poi.hssf.usermodel.HSSFRow.createCell(short, int)
          As of 22-Jan-2002 use createCell(short) and use setCellValue to specify the type lazily. 
org.apache.poi.hpsf.wellknown.SectionIDMap.get(Object)
          Use SectionIDMap.get(byte[]) instead! 
org.apache.poi.hssf.record.ContinueRecord.processContinue(byte[])
          handle this within the record...this didn't actualyl work out 
org.apache.poi.hpsf.wellknown.SectionIDMap.put(Object, Object)
          Use SectionIDMap.put(byte[], PropertyIDMap) instead! 
 

Deprecated Constructors
org.apache.poi.hssf.usermodel.HSSFCell(Workbook, Sheet, short, short, int)
          As of 22-Jan-2002 use @see org.apache.poi.hssf.usermodel.HSSFRow#createCell(short) and use setCellValue to specify the type lazily. 
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.