Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.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) |
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 | Class and Description |
---|---|
class |
XSSFComment |
Modifier and Type | Method and Description |
---|---|
void |
XSSFCell.setCellComment(Comment comment)
Assign a comment to this cell.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.