public class Blank extends jxl.write.biff.BlankRecord implements WritableCell
Constructor and Description |
---|
Blank(Cell lc)
Constructor used internally by the application when making a writable
copy of a spreadsheet being read in
|
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
|
Modifier and Type | Method and Description |
---|---|
WritableCell |
copyTo(int col,
int row)
Implementation of the deep copy function
|
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
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
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