| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
CellAddress |
getAddress() |
String |
getAuthor() |
ClientAnchor |
getClientAnchor() |
int |
getColumn() |
int |
getRow() |
XSSFRichTextString |
getString() |
int |
hashCode() |
boolean |
isVisible() |
void |
setAddress(CellAddress addr) |
void |
setAddress(int row,
int col) |
void |
setAuthor(String author) |
void |
setColumn(int col) |
void |
setRow(int row) |
void |
setString(RichTextString string) |
void |
setVisible(boolean visible) |
public CellAddress getAddress()
getAddress in interface Commentpublic ClientAnchor getClientAnchor()
getClientAnchor in interface Commentpublic XSSFRichTextString getString()
public void setAddress(CellAddress addr)
setAddress in interface Commentpublic void setVisible(boolean visible)
setVisible in interface Commentpublic void setAddress(int row,
int col)
setAddress in interface Commentpublic void setString(RichTextString string)