Uses of Class
org.apache.poi.xssf.model.CommentsTable
-
Packages that use CommentsTable Package Description org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.usermodel -
-
Uses of CommentsTable in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return CommentsTable Modifier and Type Method Description CommentsTableXSSFBReader.SheetIterator. getSheetComments()Not supported by XSSFBReader's SheetIterator. -
Uses of CommentsTable in org.apache.poi.xssf.usermodel
Constructors in org.apache.poi.xssf.usermodel with parameters of type CommentsTable Constructor Description 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.
-