|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for all writable cells
Method Summary | |
WritableCell |
copyTo(int col,
int row)
A deep copy. |
WritableCellFeatures |
getWritableCellFeatures()
Accessor for the cell features |
void |
setCellFeatures(WritableCellFeatures cf)
Sets the cell features |
void |
setCellFormat(CellFormat cf)
Sets the cell format for this cell |
Methods inherited from interface jxl.Cell |
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden |
Method Detail |
public void setCellFormat(CellFormat cf)
cf
- the cell formatpublic WritableCell copyTo(int col, int row)
col
- the column which the new cell will occupyrow
- the row which the new cell will occupy
public WritableCellFeatures getWritableCellFeatures()
public void setCellFeatures(WritableCellFeatures cf)
cf
- the cell features
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |