|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommentHandle | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| Uses of CommentHandle in com.extentech.ExtenXLS |
|---|
| Methods in com.extentech.ExtenXLS that return CommentHandle | |
|---|---|
CommentHandle |
CellHandle.createComment(java.lang.String comment,
java.lang.String author)
Creates a new annotation (Note or Comment) to the cell |
CommentHandle |
WorkSheetHandle.createNote(java.lang.String address,
java.lang.String txt,
java.lang.String author)
Creates a new annotation (Note or Comment) to the worksheeet, attached to a specific cell |
CommentHandle |
WorkSheetHandle.createNote(java.lang.String address,
com.extentech.formats.XLS.Unicodestring txt,
java.lang.String author)
Creates a new annotation (Note or Comment) to the worksheeet, attached to a specific cell The note or comment is a Unicode string, thus it can contain formatting information |
CommentHandle |
CellHandle.getComment()
Get a CommentHandle to the note attached to this cell |
CommentHandle[] |
WorkSheetHandle.getCommentHandles()
returns an array of all CommentHandles that exist in the sheet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||