jxl.write
Class Blank
java.lang.Objectjxl.biff.RecordDatajxl.biff.WritableRecordDatajxl.write.biff.CellValuejxl.write.biff.BlankRecord
- jxl.biff.ByteData, Cell, WritableCell
public class Blank
extends jxl.write.biff.BlankRecord
A blank cell. Despite not having any contents, it may contain
formatting information. Such cells are typically used when creating
templates
Blank(int c, int r)- Creates a cell which, when added to the sheet, will be presented at the
specified column and row co-ordinates
|
Blank(int c, int r, CellFormat st)- Creates a cell which, when added to the sheet, will be presented at the
specified column and row co-ordinates
in the manner specified by the CellFormat parameter
|
Blank(Cell lc)- Constructor used internally by the application when making a writable
copy of a spreadsheet being read in
|
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getData, getRow, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormat |
Blank
public Blank(int c,
int r) Creates a cell which, when added to the sheet, will be presented at the
specified column and row co-ordinates
c - the columnr - the row
Blank
public Blank(int c,
int r,
CellFormat st) Creates a cell which, when added to the sheet, will be presented at the
specified column and row co-ordinates
in the manner specified by the CellFormat parameter
c - the columnr - the rowst - the cell format
Blank
public Blank(Cell lc)
Constructor used internally by the application when making a writable
copy of a spreadsheet being read in
copyTo
public WritableCell copyTo(int col,
int row) Implementation of the deep copy function
- copyTo in interface WritableCell
col - the column which the new cell will occupyrow - the row which the new cell will occupy
- a copy of this cell, which can then be added to the sheet