![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Shape
com.aspose.cells.Comment
public class Comment
Encapsulates the object that represents a cell comment.
Method Summary | |
---|---|
int |
getColumn()
Gets the column index of the comment. |
java.lang.String |
getNote()
Gets the content of comment. |
int |
getRow()
Gets the row index of the comment. |
boolean |
isVisible()
Indicates whether the comment is visible or not. |
void |
setCell(int row,
int column)
Sets the row and column index of the comment. |
void |
setColumn(int column)
Sets the column index of the comment. |
void |
setNote(java.lang.String note)
Sets the content of comment. |
void |
setRow(int row)
Sets the row index of the comment. |
void |
setVisible(boolean isVisible)
Sets whether the comment is visible or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getRow()
public void setRow(int row)
row
- the row index of the comment.
CellsException
- if Comments has been removed.public int getColumn()
public void setColumn(int column)
column
- the column index of the comment.
CellsException
- if Comments has been removed.public void setCell(int row, int column)
row
- the row index of the comment.column
- the column index of the comment.
CellsException
- if Comments has been removed.public boolean isVisible()
public void setVisible(boolean isVisible)
isVisible
- whether the comment is visible or not.
CellsException
- if Comments has been removed.public java.lang.String getNote()
public void setNote(java.lang.String note)
note
- the content of comment.
CellsException
- if Comments has been removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |