Uses of Class
org.apache.poi.xssf.model.CommentsTable
Packages that use CommentsTable
-
Uses of CommentsTable in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return CommentsTableModifier and TypeMethodDescriptionXSSFBReader.SheetIterator.getSheetComments()
Not supported by XSSFBReader's SheetIterator.XSSFReader.SheetIterator.getSheetComments()
Returns the comments associated with this sheet, or null if there aren't any -
Uses of CommentsTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return CommentsTableModifier and TypeMethodDescriptionprotected CommentsTable
XSSFSheet.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 CommentsTableModifierConstructorDescriptionXSSFComment
(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.