|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.BaseCellFeatures
jxl.CellFeatures
jxl.write.WritableCellFeatures
Container for any additional cell features
| Field Summary |
| Fields inherited from class jxl.biff.BaseCellFeatures |
logger |
| Constructor Summary | |
WritableCellFeatures()
Constructor |
|
WritableCellFeatures(CellFeatures cf)
Copy constructor |
|
| Method Summary | |
void |
removeComment()
Removes the cell comment, if present |
void |
setComment(java.lang.String s)
Sets the cell comment |
void |
setComment(java.lang.String s,
double width,
double height)
Sets the cell comment and sets the size of the text box (in cells) in which the comment is displayed |
| Methods inherited from class jxl.CellFeatures |
getComment |
| Methods inherited from class jxl.biff.BaseCellFeatures |
getCommentDrawing, getCommentHeight, getCommentWidth, setCommentDrawing, setReadComment, setWritableCell |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WritableCellFeatures()
public WritableCellFeatures(CellFeatures cf)
| Method Detail |
public void setComment(java.lang.String s)
setComment in class BaseCellFeaturess - the comment
public void setComment(java.lang.String s,
double width,
double height)
setComment in class BaseCellFeaturess - the commentwidth - the width of the comment box in cellsheight - the height of the comment box in cellspublic void removeComment()
removeComment in class BaseCellFeatures
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||