CommentModel

Overview

CommentModel is a class in Aspose.Cells FOSS for Java.

Internal model for a cell comment (note).

Properties

NameTypeAccessDescription
rowintRead
columnintRead
authorStringRead
noteStringRead
visiblebooleanRead
widthintRead
heightintRead
rawVmlShapeXmlStringReadPreserved VML shape XML for round-trip fidelity (may be null for programmatic comments).

Methods

SignatureDescription
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()StringPreserved VML shape XML for round-trip fidelity (may be null for programmatic comments).
setRawVmlShapeXml(rawVmlShapeXml: String)

See Also