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 org.apache.poi.xssf.usermodel -
-
Uses of Comments in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return Comments Modifier and Type Method Description CommentsXSSFReader.SheetIterator. getSheetComments()Returns the comments associated with this sheet, or null if there aren't anyprotected CommentsXSSFReader.SheetIterator. parseComments(PackagePart commentsPart)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 voidXSSFEventBasedExcelExtractor. 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 Modifier and Type Class Description classCommentsTable -
Uses of Comments in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return Comments Modifier and Type Method Description protected CommentsXSSFSheet. getCommentsTable(boolean create)Returns the sheet's comments object if there is one, or null if notConstructors in org.apache.poi.xssf.usermodel with parameters of type Comments Constructor Description XSSFComment(Comments comments, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment comment, com.microsoft.schemas.vml.CTShape vmlShape)Creates a new XSSFComment, associated with a given low level comment object.
-