|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WritableCell
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 |
|---|
void setCellFormat(CellFormat cf)
cf - the cell format
WritableCell copyTo(int col,
int row)
col - the column which the new cell will occupyrow - the row which the new cell will occupy
WritableCellFeatures getWritableCellFeatures()
void setCellFeatures(WritableCellFeatures cf)
cf - the cell features
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||