Java org.apache.poi.ss.usermodel Comment fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel Comment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel Comment.

The text is from its open source code.

Method

StringgetAuthor()
Name of the original comment author
intgetColumn()
Return the column of the cell that contains the comment
intgetRow()
Return the row of the cell that contains the comment
RichTextStringgetString()
Fetches the rich text string of the comment
booleanisVisible()
Returns whether this comment is visible.
voidsetAddress(CellAddress addr)
Set the address of the cell that this comment is attached to
voidsetAuthor(String author)
Name of the original comment author
voidsetColumn(int col)
Set the column of the cell that contains the comment
voidsetRow(int row)
Set the row of the cell that contains the comment
voidsetString(RichTextString string)
Sets the rich text string used by this comment.
voidsetVisible(boolean visible)
Sets whether this comment is visible.