java.lang.ObjectRevision
com.aspose.cells.RevisionFormat
public class RevisionFormat
| Property Getters/Setters Summary | ||
|---|---|---|
com.aspose.cells.CellArea[] | getAreas() | |
| The range to which this formatting was applied. | ||
int | getId() | → inherited from Revision
|
| Gets the number of this revision. | ||
Style | getStyle() | |
| Ges the applied style. | ||
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() | |
getAreas | |
public com.aspose.cells.CellArea[] getAreas() | |
getStyle | |
public Style getStyle() | |
getWorksheet | → inherited from Revision
|
public Worksheet getWorksheet() | |
getId | → inherited from Revision
|
public int getId() | |