|
|||||||||
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WritableCellFeatures()
public WritableCellFeatures(CellFeatures cf)
Method Detail |
public void removeComment()
public void setComment(java.lang.String s)
s
- the commentpublic void setComment(java.lang.String s, double width, double height)
s
- the commentwidth
- the width of the comment box in cellsheight
- the height of the comment box in cells
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |