CommentModel

Overview

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

Internal model for a cell comment (note).

This class provides 16 methods for working with CommentModel objects in Java programs. Available methods include: getAuthor, getColumn, getHeight, getNote, getRawVmlShapeXml, getRow, getWidth, isVisible, setAuthor, setColumn, setHeight, setNote, and 4 additional methods. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: author, column, height, note, rawVmlShapeXml, row, and 2 more.

Description

CommentModel is a class in the Aspose.Cells FOSS library for Java that exposes 16 methods and 8 properties for programmatic use.

Core capabilities include: string; string; boolean. These operations enable developers to integrate commentmodel functionality directly into Java applications.

The class also provides the row property (gets the row), the column property (gets the column), the author property (gets the author).

Properties

NameTypeAccessDescription
rowintReadGets the row.
columnintReadGets the column.
authorStringReadGets the author.
noteStringReadGets the note.
visiblebooleanReadGets the visible.
widthintReadGets the width.
heightintReadGets the height.
rawVmlShapeXmlStringReadPreserved VML shape XML for round-trip fidelity (may be null for programmatic comments).

Methods

SignatureDescription
getRow()intReturns the row.
setRow(row: int)Sets the row value.
getColumn()intReturns the column.
setColumn(column: int)Sets the column value.
getAuthor()StringReturns the author.
setAuthor(author: String)Sets the author value.
getNote()StringReturns the note.
setNote(note: String)Sets the note value.
isVisible()booleanReturns true if visible is set.
setVisible(visible: boolean)Sets the visible value.
getWidth()intReturns the width.
setWidth(width: int)Sets the width value.
getHeight()intReturns the height.
setHeight(height: int)Sets the height value.
getRawVmlShapeXml()StringPreserved VML shape XML for round-trip fidelity (may be null for programmatic comments).
setRawVmlShapeXml(rawVmlShapeXml: String)Sets the raw vml shape xml value.

See Also