com.aspose.cells.RevisionCellComment.html Maven / Gradle / Ivy
RevisionCellComment
com.aspose.cells
Class RevisionCellComment
java.lang.Object
Revision
com.aspose.cells.RevisionCellComment
public class RevisionCellComment
- extends Revision
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() |
Gets the type of revision. The value of the property is RevisionType integer constant.
getRow | |
public int getRow() |
Gets the row index of the which contains a comment.
getColumn | |
public int getColumn() |
Gets the column index of the which contains a comment.
getCellName/setCellName | |
public java.lang.String getCellName() / public void setCellName(java.lang.String value) |
Gets the name of the cell.
getActionType | |
public int getActionType() |
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
isOldComment | |
public boolean isOldComment() |
Indicates whether it's an old comment.
getOldLength | |
public int getOldLength() |
Gets Length of the comment text added in this revision.
getNewLength | |
public int getNewLength() |
Gets Length of the comment before this revision was made.
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() |
Gets the worksheet.
getId | → inherited from Revision
|
public int getId() |
Gets the number of this revision. Zero means this revision does not contains id.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.