public interface Comments
Modifier and Type | Method and Description |
---|---|
int |
findAuthor(java.lang.String author) |
XSSFComment |
findCellComment(CellAddress cellAddress)
Finds the cell comment at cellAddress, if one exists
|
java.lang.String |
getAuthor(long authorId) |
java.util.Iterator<CellAddress> |
getCellAddresses()
Returns all cell addresses that have comments.
|
int |
getNumberOfAuthors() |
int |
getNumberOfComments() |
boolean |
removeComment(CellAddress cellRef)
Remove the comment at cellRef location, if one exists
|
int getNumberOfComments()
int getNumberOfAuthors()
java.lang.String getAuthor(long authorId)
int findAuthor(java.lang.String author)
XSSFComment findCellComment(CellAddress cellAddress)
cellAddress
- the address of the cell to find a commentboolean removeComment(CellAddress cellRef)
cellRef
- the location of the comment to removejava.util.Iterator<CellAddress> getCellAddresses()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.