protectiontype-ag凯发旗舰厅



com.spire.doc
enum protectiontype

java.lang.object
  extended by java.lang.enum<protectiontype>
      extended by 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


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

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
method detail

getvalue

public int getvalue()


网站地图