Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
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
|
Constructor and Description |
---|
CommentShape(HSSFComment hssfShape,
int shapeId)
Deprecated.
Creates the low-level records for a comment.
|
Modifier and Type | Method and Description |
---|---|
HSSFComment |
HSSFPatriarch.createCellComment(ClientAnchor anchor) |
HSSFComment |
HSSFPatriarch.createComment(HSSFAnchor anchor)
Constructs a cell comment.
|
protected HSSFComment |
HSSFSheet.findCellComment(int row,
int column) |
HSSFComment |
HSSFCell.getCellComment()
Returns comment associated with this cell
|
HSSFComment |
HSSFSheet.getCellComment(int row,
int column)
Returns cell comment for the specified row and column
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.