java.lang.ObjectRevision
com.aspose.cells.RevisionCellComment
public class RevisionCellComment
| Property Getters/Setters Summary | ||
|---|---|---|
int | getActionType() | |
| Gets the action type of the revision. The value of the property is RevisionActionType integer constant. | ||
java.lang.String | getCellName() | |
void | setCellName(java.lang.String) | |
| Gets the name of the cell. | ||
int | getColumn() | |
| Gets the column index of the which contains a comment. | ||
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
boolean | isOldComment() | |
| Indicates whether it's an old comment. | ||
int | getNewLength() | |
| Gets Length of the comment before this revision was made. | ||
int | getOldLength() | |
| Gets Length of the comment text added in this revision. | ||
int | getRow() | |
| Gets the row index of the which contains a comment. | ||
int | getType() | |
| Gets the type of revision. The value of the property is RevisionType integer constant. | ||
Worksheet | getWorksheet() | → inherited from Revision
|
| Gets the worksheet. | ||
| Property Getters/Setters Detail |
|---|
getType | |
public int getType() | |
getRow | |
public int getRow() | |
getColumn | |
public int getColumn() | |
getCellName/setCellName | |
public java.lang.String getCellName() / public void setCellName(java.lang.String value) | |
getActionType | |
public int getActionType() | |
isOldComment | |
public boolean isOldComment() | |
getOldLength | |
public int getOldLength() | |
getNewLength | |
public int getNewLength() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |