java.lang.Object
com.aspose.cells.ProtectionType
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. | ||
| Field Detail |
|---|
ALL | |
public static final int ALL | |
CONTENTS | |
public static final int CONTENTS | |
OBJECTS | |
public static final int OBJECTS | |
SCENARIOS | |
public static final int SCENARIOS | |
STRUCTURE | |
public static final int STRUCTURE | |
WINDOWS | |
public static final int WINDOWS | |
NONE | |
public static final int NONE | |