Package | Description |
---|---|
org.zkoss.poi.xssf.eventusermodel | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
CommentsTable |
XSSFReader.SheetIterator.getSheetComments()
Returns the comments associated with this sheet,
or null if there aren't any
|
Modifier and Type | Method and Description |
---|---|
protected CommentsTable |
XSSFSheet.getCommentsTable(boolean create)
Returns the sheet's comments object if there is one,
or null if not
|
Constructor and Description |
---|
XSSFComment(CommentsTable comments,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment comment,
schemasMicrosoftComVml.CTShape vmlShape)
Creates a new XSSFComment, associated with a given
low level comment object.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.