com.aspose.cells
Class Revision

java.lang.Object
    extended by com.aspose.cells.Revision
Direct Known Subclasses:
RevisionAutoFormat, RevisionCellChange, RevisionCellComment, RevisionCellMove, RevisionCustomView, RevisionDefinedName, RevisionFormat, RevisionInsertDelete, RevisionInsertSheet, RevisionMergeConflict, RevisionQueryTable, RevisionRenameSheet

public abstract class Revision 
extends java.lang.Object

Represents the revision.


Property Getters/Setters Summary
intgetId()
           Gets the number of this revision.
intgetType()
           Represents the type of revision. The value of the property is RevisionType integer constant.
WorksheetgetWorksheet()
           Gets the worksheet.
 

Property Getters/Setters Detail

getType

public int getType()
Represents the type of revision. The value of the property is RevisionType integer constant.

getWorksheet

public Worksheet getWorksheet()
Gets the worksheet.

getId

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.