java.lang.ObjectRevision
com.aspose.cells.RevisionCellChange
public class RevisionCellChange
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getCellName() | |
| Gets the name of the cell. | ||
int | getColumn() | |
| Gets the column index of the cell. | ||
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
boolean | isNewFormatted() | |
| Indicates whether this cell is new formatted. | ||
boolean | isOldFormatted() | |
| Indicates whether this cell is old formatted. | ||
java.lang.String | getNewFormula() | |
| Gets the old formula. | ||
Style | getNewStyle() | |
| Gets the new style of the cell. | ||
java.lang.Object | getNewValue() | |
| Gets new value of the cell. | ||
java.lang.String | getOldFormula() | |
| Gets the old formula. | ||
Style | getOldStyle() | |
| Gets the old style of the cell. | ||
java.lang.Object | getOldValue() | |
| Gets old value of the cell. | ||
int | getRow() | |
| Gets the row index of the cell. | ||
int | getType() | |
| Represents 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() | |
getCellName | |
public java.lang.String getCellName() | |
getRow | |
public int getRow() | |
getColumn | |
public int getColumn() | |
isNewFormatted | |
public boolean isNewFormatted() | |
isOldFormatted | |
public boolean isOldFormatted() | |
getOldFormula | |
public java.lang.String getOldFormula() | |
getOldValue | |
public java.lang.Object getOldValue() | |
getNewValue | |
public java.lang.Object getNewValue() | |
getNewFormula | |
public java.lang.String getNewFormula() | |
getNewStyle | |
public Style getNewStyle() | |
getOldStyle | |
public Style getOldStyle() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |