com.aspose.cells
Class ProtectionType

java.lang.Object
    extended by com.aspose.cells.ProtectionType

public class ProtectionType 
extends java.lang.Object

Utility class containing constants. Represents workbook/worksheet protection type.

Field Summary
static final intALL
           Represents to protect all.
static final intCONTENTS
           Represents to protect contents, used in Worksheet protection.
static final intOBJECTS
           Represents to protect objects, used in Worksheet protection.
static final intSCENARIOS
           Represents to protect scenarios, used in Worksheet protection.
static final intSTRUCTURE
           Represents to protect structure, used in Workbook protection.
static final intWINDOWS
           Represents to protect window, used in Workbook protection.
static final intNONE
           Represents no protection. Only for Reading property.
 

Field Detail

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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.