Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface ProtectionType


public interface ProtectionType

Represents workbook/file protection type.


Field Summary
static byte MODIFY_FILE
          Represents to protect modifing file, used in file protection.
static byte OPEN_FILE
          Represents to protect opening file, used in file protection.
static byte STRUCTURE
          Represents to protect structure, used in Workbook protection.
static byte WINDOWS
          Represents to protect window, used in Workbook protection.
static byte WORKBOOK_ALL
          Represents to protect structure and windows, used in Workbook protection.
 

Field Detail

WORKBOOK_ALL

static final byte WORKBOOK_ALL
Represents to protect structure and windows, used in Workbook protection.

See Also:
Constant Field Values

STRUCTURE

static final byte STRUCTURE
Represents to protect structure, used in Workbook protection.

See Also:
Constant Field Values

WINDOWS

static final byte WINDOWS
Represents to protect window, used in Workbook protection.

See Also:
Constant Field Values

OPEN_FILE

static final byte OPEN_FILE
Represents to protect opening file, used in file protection.

See Also:
Constant Field Values

MODIFY_FILE

static final byte MODIFY_FILE
Represents to protect modifing file, used in file protection.

See Also:
Constant Field Values