Property Getters/Setters Summary | ||
---|---|---|
method | getActionType() | |
Gets the action type of the revision.
The value of the property is RevisionActionType integer constant. |
||
method | getCellName() | |
method | setCellName(value) | |
Gets the name of the cell. | ||
method | getColumn() | |
Gets the column index of the which contains a comment.
|
||
method | getId() | |
Gets the number of this revision.
|
||
method | isOldComment() | |
Indicates whether it's an old comment.
|
||
method | getNewLength() | |
Gets Length of the comment before this revision was made.
|
||
method | getOldLength() | |
Gets Length of the comment text added in this revision.
|
||
method | getRow() | |
Gets the row index of the which contains a comment.
|
||
method | getType() | |
Gets the type of revision.
The value of the property is RevisionType integer constant. |
||
method | getWorksheet() | |
Gets the worksheet.
|
int getType()
int getRow()
int getColumn()
String getCellName() / setCellName(value)
int getActionType()
boolean isOldComment()
int getOldLength()
int getNewLength()
int getId()