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.Comment
public org.apache.poi.ss.util.CellAddress getAddress()
getAddress
in interface org.apache.poi.ss.usermodel.Comment
public int getRow()
getRow
in interface org.apache.poi.ss.usermodel.Comment
public int getColumn()
getColumn
in interface org.apache.poi.ss.usermodel.Comment
public java.lang.String getAuthor()
getAuthor
in interface org.apache.poi.ss.usermodel.Comment
public org.apache.poi.ss.usermodel.ClientAnchor getClientAnchor()
getClientAnchor
in interface org.apache.poi.ss.usermodel.Comment
public org.apache.poi.xssf.usermodel.XSSFRichTextString getString()
getString
in interface org.apache.poi.ss.usermodel.Comment
public void setAddress(org.apache.poi.ss.util.CellAddress addr)
setAddress
in interface org.apache.poi.ss.usermodel.Comment
public void setVisible(boolean visible)
setVisible
in interface org.apache.poi.ss.usermodel.Comment
public void setAddress(int row, int col)
setAddress
in interface org.apache.poi.ss.usermodel.Comment
public void setRow(int row)
setRow
in interface org.apache.poi.ss.usermodel.Comment
public void setColumn(int col)
setColumn
in interface org.apache.poi.ss.usermodel.Comment
public void setAuthor(java.lang.String author)
setAuthor
in interface org.apache.poi.ss.usermodel.Comment
public void setString(org.apache.poi.ss.usermodel.RichTextString string)
setString
in interface org.apache.poi.ss.usermodel.Comment
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object