Uses of Class
org.apache.poi.xssf.model.CommentsTable

Packages that use CommentsTable
org.apache.poi.xssf.eventusermodel   
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.usermodel   
 

Uses of CommentsTable in org.apache.poi.xssf.eventusermodel
 

Methods in org.apache.poi.xssf.eventusermodel that return CommentsTable
 CommentsTable XSSFBReader.SheetIterator.getSheetComments()
          Not supported by XSSFBReader's SheetIterator.
 CommentsTable XSSFReader.SheetIterator.getSheetComments()
          Returns the comments associated with this sheet, or null if there aren't any
 

Constructors in org.apache.poi.xssf.eventusermodel with parameters of type CommentsTable
XSSFSheetXMLHandler(StylesTable styles, CommentsTable comments, ReadOnlySharedStringsTable strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults)
          Accepts objects needed while parsing.
 

Uses of CommentsTable in org.apache.poi.xssf.extractor
 

Methods in org.apache.poi.xssf.extractor with parameters of type CommentsTable
 void XSSFEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, StylesTable styles, CommentsTable comments, ReadOnlySharedStringsTable strings, java.io.InputStream sheetInputStream)
          Processes the given sheet
 

Uses of CommentsTable in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return CommentsTable
protected  CommentsTable XSSFSheet.getCommentsTable(boolean create)
          Returns the sheet's comments object if there is one, or null if not
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type CommentsTable
XSSFComment(CommentsTable 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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.