pdfcertificationflags-ag凯发旗舰厅



com.spire.pdf.security
enum pdfcertificationflags

java.lang.object
  extended by java.lang.enum<pdfcertificationflags>
      extended by com.spire.pdf.security.pdfcertificationflags
all implemented interfaces:
java.lang.comparable<pdfcertificationflags>

public enum pdfcertificationflags
extends java.lang.enum<pdfcertificationflags>

specifies the available permissions on certificated document.


enum constant summary
allow_comments
          only allow commenting and form fill-in actions on this document.
allow_form_fill
          only allow form fill-in actions on this document.
forbid_changes
          disallow any changes to the document.
 
method summary
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

forbid_changes

public static final pdfcertificationflags forbid_changes
disallow any changes to the document.

allow_form_fill

public static final pdfcertificationflags allow_form_fill
only allow form fill-in actions on this document.

allow_comments

public static final pdfcertificationflags allow_comments
only allow commenting and form fill-in actions on this document.
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()


网站地图