com.aspose.cells
Class RevisionType

java.lang.Object
    extended by com.aspose.cells.RevisionType

public class RevisionType 
extends java.lang.Object

Utility class containing constants. Represents the revision type.


Field Summary
static final intCUSTOM_VIEW
           Custom view.
static final intDEFINED_NAME
           Defined name.
static final intCHANGE_CELLS
           Cells change.
static final intAUTO_FORMAT
           Auto format.
static final intMERGE_CONFLICT
           Merge conflict.
static final intCOMMENT
           Comment.
static final intFORMAT
           Format.
static final intINSERT_SHEET
           Insert worksheet.
static final intMOVE_CELLS
           Move cells.
static final intUNDO
           Undo.
static final intQUERY_TABLE
           Query table.
static final intINSERT_DELETE
           Inserting or deleting.
static final intRENAME_SHEET
           Rename worksheet.
static final intUNKNOWN
           Unknown.
 

Field Detail

CUSTOM_VIEW

public static final int CUSTOM_VIEW
Custom view.

DEFINED_NAME

public static final int DEFINED_NAME
Defined name.

CHANGE_CELLS

public static final int CHANGE_CELLS
Cells change.

AUTO_FORMAT

public static final int AUTO_FORMAT
Auto format.

MERGE_CONFLICT

public static final int MERGE_CONFLICT
Merge conflict.

COMMENT

public static final int COMMENT
Comment.

FORMAT

public static final int FORMAT
Format.

INSERT_SHEET

public static final int INSERT_SHEET
Insert worksheet.

MOVE_CELLS

public static final int MOVE_CELLS
Move cells.

UNDO

public static final int UNDO
Undo.

QUERY_TABLE

public static final int QUERY_TABLE
Query table.

INSERT_DELETE

public static final int INSERT_DELETE
Inserting or deleting.

RENAME_SHEET

public static final int RENAME_SHEET
Rename worksheet.

UNKNOWN

public static final int UNKNOWN
Unknown.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.