|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.biff.RecordData jxl.biff.WritableRecordData jxl.write.biff.CellValue jxl.write.biff.BlankRecord jxl.write.Blank
A blank cell. Despite not having any contents, it may contain formatting information. Such cells are typically used when creating templates
Constructor Summary | |
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 |
Method Summary | |
WritableCell |
copyTo(int col,
int row)
Implementation of the deep copy function |
Methods inherited from class jxl.write.biff.BlankRecord |
getContents, getType |
Methods inherited from class jxl.write.biff.CellValue |
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getData, getRow, getWritableCellFeatures, isHidden, removeCellFeatures, removeComment, removeDataValidation, setCellFeatures, setCellFormat |
Methods inherited from class jxl.biff.WritableRecordData |
getBytes |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jxl.write.WritableCell |
getWritableCellFeatures, setCellFeatures, setCellFormat |
Methods inherited from interface jxl.Cell |
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden |
Constructor Detail |
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 copyMethod Detail |
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |