Uses of Interface
org.apache.poi.xssf.model.Comments
-
Packages that use Comments Package Description org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.extractor org.apache.poi.xssf.model -
-
Uses of Comments in org.apache.poi.xssf.eventusermodel
Constructors in org.apache.poi.xssf.eventusermodel with parameters of type Comments Constructor Description XSSFSheetXMLHandler(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 Comments Modifier and Type Method Description void
XSSFEventBasedExcelExtractor. processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, Styles styles, Comments comments, SharedStrings strings, java.io.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 Modifier and Type Class Description class
CommentsTable
-