Uses of Class
org.apache.poi.xssf.usermodel.XSSFComment
-
Packages that use XSSFComment Package Description org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.extractor org.apache.poi.xssf.model org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of XSSFComment in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary with parameters of type XSSFComment Modifier and Type Method Description voidXSSFBSheetHandler.SheetContentsHandler. hyperlinkCell(String cellReference, String formattedValue, String url, String toolTip, XSSFComment comment)A cell, with the given formatted value (may be null), a url (may be null), a toolTip (may be null) and possibly a comment (may be null), was encountered -
Uses of XSSFComment in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel with parameters of type XSSFComment Modifier and Type Method Description voidXSSFSheetXMLHandler.SheetContentsHandler. cell(String cellReference, String formattedValue, XSSFComment comment)A cell, with the given formatted value (may be null), and possibly a comment (may be null), was encountered. -
Uses of XSSFComment in org.apache.poi.xssf.extractor
Methods in org.apache.poi.xssf.extractor with parameters of type XSSFComment Modifier and Type Method Description voidXSSFEventBasedExcelExtractor.SheetTextExtractor. cell(String cellRef, String formattedValue, XSSFComment comment) -
Uses of XSSFComment in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFComment Modifier and Type Method Description XSSFCommentComments. createNewComment(ClientAnchor clientAnchor)Create a new comment and add to the CommentTable.XSSFCommentCommentsTable. createNewComment(ClientAnchor clientAnchor)Create a new comment and add to the CommentTable.XSSFCommentComments. findCellComment(CellAddress cellAddress)Finds the cell comment at cellAddress, if one existsXSSFCommentCommentsTable. findCellComment(CellAddress cellAddress)Finds the cell comment at cellAddress, if one existsMethods in org.apache.poi.xssf.model with parameters of type XSSFComment Modifier and Type Method Description voidComments. commentUpdated(XSSFComment comment)Called after the comment is updated, so that we can reflect that in our cachevoidCommentsTable. commentUpdated(XSSFComment comment)Called after the comment is updated, so that we can reflect that in our cachevoidComments. referenceUpdated(CellAddress oldReference, XSSFComment comment)Called after the reference is updated, so that we can reflect that in our cachevoidCommentsTable. referenceUpdated(CellAddress oldReference, XSSFComment comment)Called after the reference is updated, so that we can reflect that in our cache -
Uses of XSSFComment in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFComment Modifier and Type Method Description XSSFCommentSXSSFSheet. getCellComment(CellAddress ref)Returns cell comment for the specified row and columnMethods in org.apache.poi.xssf.streaming that return types with arguments of type XSSFComment Modifier and Type Method Description Map<CellAddress,XSSFComment>SXSSFSheet. getCellComments()Returns all cell comments on this sheet. -
Uses of XSSFComment in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFComment Modifier and Type Method Description XSSFCommentXSSFDrawing. createCellComment(ClientAnchor anchor)Creates a comment.XSSFCommentXSSFCell. getCellComment()Returns cell comment associated with this cellXSSFCommentXSSFSheet. getCellComment(CellAddress address)Return cell comment at row, column, if one exists.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFComment Modifier and Type Method Description Map<CellAddress,XSSFComment>XSSFSheet. getCellComments()Returns all cell comments on this sheet.
-