|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProtectionType>
com.spire.doc.ProtectionType
public enum ProtectionType
Type of the protection in the document
Enum Constant Summary | |
---|---|
Allow_Only_Comments
Only modify comments in the document. |
|
Allow_Only_Form_Fields
Only enter data in the form fields in the document. |
|
Allow_Only_Reading
Only reading are allowed in the document. |
|
Allow_Only_Revisions
Only add revision marks to the document. |
|
No_Protection
Not protected |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final ProtectionType Allow_Only_Comments
public static final ProtectionType Allow_Only_Form_Fields
public static final ProtectionType Allow_Only_Reading
public static final ProtectionType Allow_Only_Revisions
public static final ProtectionType No_Protection
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |