Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
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)
Creates a comment.
|
Comment |
Cell.getCellComment()
Returns comment associated with this cell
|
Comment |
Sheet.getCellComment(CellAddress ref)
Returns cell comment for the specified location
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<CellAddress,? extends Comment> |
Sheet.getCellComments()
Returns all cell comments on this sheet.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setCellComment(Comment comment)
Assign a comment to this cell
|
Modifier and Type | Method and Description |
---|---|
Comment |
SXSSFDrawing.createCellComment(ClientAnchor anchor) |
Comment |
SXSSFCell.getCellComment()
Returns comment associated with this cell
|
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 2022 The Apache Software Foundation or its licensors, as applicable.