CommentModel
Overview
CommentModel is a class in Aspose.Cells FOSS for Java.
Internal model for a cell comment (note).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | int | Read | |
column | int | Read | |
author | String | Read | |
note | String | Read | |
visible | boolean | Read | |
width | int | Read | |
height | int | Read | |
rawVmlShapeXml | String | Read | Preserved VML shape XML for round-trip fidelity (may be null for programmatic comments). |
Methods
| Signature | Description |
|---|---|
getRow() → int | |
setRow(row: int) | |
getColumn() → int | |
setColumn(column: int) | |
getAuthor() → String | |
setAuthor(author: String) | |
getNote() → String | |
setNote(note: String) | |
isVisible() → boolean | |
setVisible(visible: boolean) | |
getWidth() → int | |
setWidth(width: int) | |
getHeight() → int | |
setHeight(height: int) | |
getRawVmlShapeXml() → String | Preserved VML shape XML for round-trip fidelity (may be null for programmatic comments). |
setRawVmlShapeXml(rawVmlShapeXml: String) |