| Package | Description | 
|---|---|
| loci.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. | 
| loci.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model | 
| Constructor and Description | 
|---|
| CommentShape(HSSFComment hssfShape,
            int shapeId)Creates the low-level records for a comment. | 
| Modifier and Type | Method and Description | 
|---|---|
| HSSFComment | HSSFPatriarch. createComment(HSSFAnchor anchor)Constructs a cell comment. | 
| protected static HSSFComment | HSSFCell. findCellComment(Sheet sheet,
               int row,
               int column)Cell comment finder. | 
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HSSFCell. setCellComment(HSSFComment comment)Assign a comment to this cell | 
Copyright © 2014 Open Microscopy Environment