Cell
, WritableCell
public class Blank extends jxl.write.biff.BlankRecord implements WritableCell
Constructor | Description |
---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
WritableCell |
copyTo(int col,
int row) |
Implementation of the deep copy function
|
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getData, getRow, getSheet, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormat
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWritableCellFeatures, setCellFeatures, setCellFormat
public Blank(int c, int r)
c
- the columnr
- the rowpublic Blank(int c, int r, CellFormat st)
c
- the columnr
- the rowst
- the cell formatpublic Blank(Cell lc)
lc
- the cell to copypublic WritableCell copyTo(int col, int row)
copyTo
in interface WritableCell
col
- the column which the new cell will occupyrow
- the row which the new cell will occupy