Java org.apache.poi.hssf.usermodel HSSFComment fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetAuthor()
Name of the original comment author
RichTextStringgetString()
Fetches the rich text string of the comment
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.