|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.EmptyCell
An empty cell. Represents an empty, as opposed to a blank cell in the workbook
| Constructor Summary | |
EmptyCell(int c,
int r)
Constructs an empty cell at the specified position |
|
| Method Summary | |
WritableCell |
copyTo(int c,
int r)
Implementation of the deep copy function |
CellFeatures |
getCellFeatures()
Accessor for the cell features |
CellFormat |
getCellFormat()
Accessor for the format which is applied to this cell |
int |
getColumn()
Returns the column number of this cell |
java.lang.String |
getContents()
Quick and dirty function to return the contents of this cell as a string. |
int |
getRow()
Returns the row number of this cell |
CellType |
getType()
Returns the content type of this cell |
WritableCellFeatures |
getWritableCellFeatures()
Accessor for the cell features |
boolean |
isHidden()
Indicates whether or not this cell is hidden, by virtue of either the entire row or column being collapsed |
void |
setAlignment(Alignment align)
Dummy override |
void |
setBorder(Border border,
BorderLineStyle line)
Dummy override |
void |
setCellFeatures(WritableCellFeatures wcf)
Accessor for the cell features |
void |
setCellFormat(CellFormat cf)
Dummy override |
void |
setCellFormat(CellFormat cf)
Deprecated. |
void |
setHidden(boolean flag)
Dummy override |
void |
setLocked(boolean flag)
Dummy override |
void |
setVerticalAlignment(VerticalAlignment valign)
Dummy override |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmptyCell(int c,
int r)
c - the zero based columnr - the zero based row| Method Detail |
public int getRow()
getRow in interface Cellpublic int getColumn()
getColumn in interface Cellpublic CellType getType()
getType in interface Cellpublic java.lang.String getContents()
getContents in interface Cellpublic CellFormat getCellFormat()
getCellFormat in interface Cellpublic void setHidden(boolean flag)
flag - the hidden flagpublic void setLocked(boolean flag)
flag - dummypublic void setAlignment(Alignment align)
align - dummypublic void setVerticalAlignment(VerticalAlignment valign)
valign - dummy
public void setBorder(Border border,
BorderLineStyle line)
line - dummyborder - dummypublic void setCellFormat(CellFormat cf)
setCellFormat in interface WritableCellcf - dummypublic void setCellFormat(CellFormat cf)
cf - dummypublic boolean isHidden()
isHidden in interface Cell
public WritableCell copyTo(int c,
int r)
copyTo in interface WritableCellc - the column which the new cell will occupyr - the row which the new cell will occupy
public CellFeatures getCellFeatures()
getCellFeatures in interface Cellpublic WritableCellFeatures getWritableCellFeatures()
getWritableCellFeatures in interface WritableCellpublic void setCellFeatures(WritableCellFeatures wcf)
setCellFeatures in interface WritableCellwcf - the cell features
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||