public class WrappedComment
extends java.lang.Object
implements org.apache.poi.ss.usermodel.Comment
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
org.apache.poi.ss.util.CellAddress |
getAddress() |
java.lang.String |
getAuthor() |
org.apache.poi.ss.usermodel.ClientAnchor |
getClientAnchor() |
int |
getColumn() |
int |
getRow() |
org.apache.poi.xssf.usermodel.XSSFRichTextString |
getString() |
int |
hashCode() |
boolean |
isVisible() |
void |
setAddress(org.apache.poi.ss.util.CellAddress addr) |
void |
setAddress(int row,
int col) |
void |
setAuthor(java.lang.String author) |
void |
setColumn(int col) |
void |
setRow(int row) |
void |
setString(org.apache.poi.ss.usermodel.RichTextString string) |
void |
setVisible(boolean visible) |
public boolean isVisible()
isVisible in interface org.apache.poi.ss.usermodel.Commentpublic org.apache.poi.ss.util.CellAddress getAddress()
getAddress in interface org.apache.poi.ss.usermodel.Commentpublic int getRow()
getRow in interface org.apache.poi.ss.usermodel.Commentpublic int getColumn()
getColumn in interface org.apache.poi.ss.usermodel.Commentpublic java.lang.String getAuthor()
getAuthor in interface org.apache.poi.ss.usermodel.Commentpublic org.apache.poi.ss.usermodel.ClientAnchor getClientAnchor()
getClientAnchor in interface org.apache.poi.ss.usermodel.Commentpublic org.apache.poi.xssf.usermodel.XSSFRichTextString getString()
getString in interface org.apache.poi.ss.usermodel.Commentpublic void setAddress(org.apache.poi.ss.util.CellAddress addr)
setAddress in interface org.apache.poi.ss.usermodel.Commentpublic void setVisible(boolean visible)
setVisible in interface org.apache.poi.ss.usermodel.Commentpublic void setAddress(int row,
int col)
setAddress in interface org.apache.poi.ss.usermodel.Commentpublic void setRow(int row)
setRow in interface org.apache.poi.ss.usermodel.Commentpublic void setColumn(int col)
setColumn in interface org.apache.poi.ss.usermodel.Commentpublic void setAuthor(java.lang.String author)
setAuthor in interface org.apache.poi.ss.usermodel.Commentpublic void setString(org.apache.poi.ss.usermodel.RichTextString string)
setString in interface org.apache.poi.ss.usermodel.Commentpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object