protectiontype-ag凯发旗舰厅
com.spire.doc
enum protectiontype
java.lang.object
java.lang.enum<protectiontype>
com.spire.doc.protectiontype
- all implemented interfaces:
- java.lang.comparable<protectiontype>
public enum protectiontype
- extends java.lang.enum<protectiontype>
type of the protection in the document
allow_only_comments
public static final protectiontype allow_only_comments
- only modify comments in the document.
allow_only_form_fields
public static final protectiontype allow_only_form_fields
- only enter data in the form fields in the document.
allow_only_reading
public static final protectiontype allow_only_reading
- only reading are allowed in the document.
allow_only_revisions
public static final protectiontype allow_only_revisions
- only add revision marks to the document.
no_protection
public static final protectiontype no_protection
- not protected
getvalue
public int getvalue()