Comment
Overview
Comment is a class in Aspose.Cells FOSS for Java.
Represents a cell comment (note).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | int | Read | Zero-based row index of the cell this comment is anchored to. |
column | int | Read | Zero-based column index of the cell this comment is anchored to. |
author | String | Read | |
note | String | Read | |
visible | boolean | Read | |
width | int | Read | Comment box width in pixels (minimum 1). |
height | int | Read | Comment box height in pixels (minimum 1). |
Methods
| Signature | Description |
|---|---|
getRow() → int | Zero-based row index of the cell this comment is anchored to. |
getColumn() → int | Zero-based column index of the cell this comment is anchored to. |
getAuthor() → String | |
setAuthor(author: String) | |
getNote() → String | |
setNote(note: String) | |
isVisible() → boolean | |
setVisible(visible: boolean) | |
getWidth() → int | Comment box width in pixels (minimum 1). |
setWidth(width: int) | |
getHeight() → int | Comment box height in pixels (minimum 1). |
setHeight(height: int) |