![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final byte WORKBOOK_ALL
static final byte STRUCTURE
static final byte WINDOWS
static final byte OPEN_FILE
static final byte MODIFY_FILE
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |