Deprecated API

Contents

Deprecated Interfaces

CellFormat
Repackaged as jxl.format.CellFormat

Deprecated Classes

Alignment
Repackaged as jxl.Alignment.
Border
repackaged as jxl.format.Border
BorderLineStyle
Repackaged as jxl.format.BorderLineStyle
Colour
This has been repackaged as jxl.format.Colour
Font
Renamed to writable font
Pattern
Repackaged as jxl.format.Pattern
VerticalAlignment
Repackaged as jxl.format.VerticalAlignment

Deprecated Fields

jxl.write.Font.ARIAL
jxl.write.Font.TIMES
jxl.write.Font.NO_BOLD
jxl.write.Font.BOLD
jxl.write.Font.NO_UNDERLINE
jxl.write.Font.SINGLE
jxl.write.Font.DOUBLE
jxl.write.Font.SINGLE_ACCOUNTING
jxl.write.Font.DOUBLE_ACCOUNTING

Deprecated Methods

jxl.CellView.setDimension(int)
use the setSize method instead
jxl.CellView.getDimension()
use getSize() instead
jxl.format.Colour.getDefaultRed()
use getDefaultRGB instead
jxl.format.Colour.getDefaultGreen()
use getDefaultRGB instead
jxl.format.Colour.getDefaultBlue()
use getDefaultRGB instead
jxl.Sheet.isHidden()
in favour of the getSettings() method
jxl.Sheet.isProtected()
in favour of the getSettings() method
jxl.Sheet.getColumnFormat(int)
Use getColumnView and the CellView bean instead
jxl.Sheet.getColumnWidth(int)
Use getColumnView instead
jxl.Sheet.getRowHeight(int)
use getRowView instead
jxl.SheetSettings.setSelected()
use overloaded version which takes a boolean
jxl.write.WritableSheet.setHidden(boolean)
use the SheetSettings bean instead
jxl.write.WritableSheet.setProtected(boolean)
use the SheetSettings bean instead
jxl.write.WritableSheet.setColumnView(int,int,CellFormat)
Use the CellView bean instead
jxl.write.WritableSheet.setHeader(String,String,String)
use the SheetSettings bean
jxl.write.WritableSheet.setFooter(String,String,String)
use the SheetSettings bean
jxl.write.WritableWorkbook.copy(Workbook)
Copying now occurs implicitly as part of the overloaded factory method Workbook.createWorkbood

Deprecated Constructors

jxl.write.Font.Font(WritableFont.FontName)
Use jxl.write.WritableFont
jxl.write.Font.Font(WritableFont.FontName,int)
use jxl.write.WritableFont
jxl.write.Font.Font(WritableFont.FontName,int,BoldStyle)
use jxl.write.WritableFont
jxl.write.Font.Font(WritableFont.FontName,int,BoldStyle,boolean)
use jxl.write.WritableFont
jxl.write.Font.Font(WritableFont.FontName,int,BoldStyle,boolean,UnderlineStyle)
use jxl.write.WritableFont
jxl.write.Font.Font(WritableFont.FontName,int,BoldStyle,boolean,UnderlineStyle,Colour)
use jxl.write.WritableFont
jxl.write.Font.Font(WritableFont.FontName,int,BoldStyle,boolean,UnderlineStyle,Colour,ScriptStyle)
use jxl.write.WritableFont