public class ProtectionType
Field Summary | ||
---|---|---|
static final int | ALL | |
Represents to protect all.
|
||
static final int | CONTENTS | |
Represents to protect contents, used in Worksheet protection.
|
||
static final int | OBJECTS | |
Represents to protect objects, used in Worksheet protection.
|
||
static final int | SCENARIOS | |
Represents to protect scenarios, used in Worksheet protection.
|
||
static final int | STRUCTURE | |
Represents to protect structure, used in Workbook protection.
|
||
static final int | WINDOWS | |
Represents to protect window, used in Workbook protection.
|
||
static final int | NONE | |
Represents no protection. Only for Reading property.
|
public static final int ALL
public static final int CONTENTS
public static final int OBJECTS
public static final int SCENARIOS
public static final int STRUCTURE
public static final int WINDOWS
public static final int NONE