Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFComment
Represents a cell comment - a sticky note associated with a cell.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFCell.setCellComment(Comment comment)
Assign a comment to this cell.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Drawing.createCellComment(ClientAnchor anchor)
Creates a comment.
|
Comment |
Cell.getCellComment()
Returns comment associated with this cell
|
Comment |
Sheet.getCellComment(int row,
int column)
Returns cell comment for the specified row and column
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setCellComment(Comment comment)
Assign a comment to this cell
|
Modifier and Type | Method and Description |
---|---|
Comment |
SXSSFCell.getCellComment()
Returns comment associated with this cell
|
Comment |
SXSSFSheet.getCellComment(int row,
int column)
Returns cell comment for the specified row and column
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFCell.setCellComment(Comment comment)
Assign a comment to this cell
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFComment |
Modifier and Type | Method and Description |
---|---|
void |
XSSFCell.setCellComment(Comment comment)
Assign a comment to this cell.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.