Uses of Interface
org.apache.poi.xssf.model.Comments
Packages that use Comments
Package
Description
-
Uses of Comments in org.apache.poi.xssf.eventusermodel
Constructors in org.apache.poi.xssf.eventusermodel with parameters of type CommentsModifierConstructorDescriptionXSSFSheetXMLHandler
(Styles styles, Comments comments, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults) Accepts objects needed while parsing. -
Uses of Comments in org.apache.poi.xssf.extractor
Methods in org.apache.poi.xssf.extractor with parameters of type CommentsModifier and TypeMethodDescriptionvoid
XSSFEventBasedExcelExtractor.processSheet
(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, Styles styles, Comments comments, SharedStrings strings, InputStream sheetInputStream) Processes the given sheet -
Uses of Comments in org.apache.poi.xssf.model
Classes in org.apache.poi.xssf.model that implement Comments