java.lang.Object
com.aspose.cells.ProtectionType
public class ProtectionType
- extends java.lang.Object
Utility class containing constants.
Represents workbook/worksheet protection type.
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.
|
ALL | |
public static final int ALL |
-
Represents to protect all.
CONTENTS | |
public static final int CONTENTS |
-
Represents to protect contents, used in Worksheet protection.
OBJECTS | |
public static final int OBJECTS |
-
Represents to protect objects, used in Worksheet protection.
SCENARIOS | |
public static final int SCENARIOS |
-
Represents to protect scenarios, used in Worksheet protection.
STRUCTURE | |
public static final int STRUCTURE |
-
Represents to protect structure, used in Workbook protection.
WINDOWS | |
public static final int WINDOWS |
-
Represents to protect window, used in Workbook protection.
NONE | |
public static final int NONE |
-
Represents no protection. Only for Reading property.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.