pdfcertificationflags-ag凯发旗舰厅
com.spire.pdf.security
enum pdfcertificationflags
java.lang.object
java.lang.enum<pdfcertificationflags>
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. |
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.
getname
public java.lang.string getname()
getvalue
public int getvalue()