public static enum CPDFDocument.PDFDocMdpP extends java.lang.Enum<CPDFDocument.PDFDocMdpP>
Enum Constant and Description |
---|
PDFDocMdpPAllowAnnotation
Permitted changes shall be the same as for 2,
as well as annotation creation, deletion, and modification;
other changes shall invalidate the signature.
|
PDFDocMdpPAllowFillForm
Permitted changes shall be filling in forms, instantiating pagetemplates,and signing;
other changes shall invalidate the signature.
|
PDFDocMdpPForbidAllModify
No changes to the document shall be permitted;
any change to the document shall invalidate the signature.
|
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static CPDFDocument.PDFDocMdpP |
valueOf(int id) |
static CPDFDocument.PDFDocMdpP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFDocument.PDFDocMdpP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFDocument.PDFDocMdpP PDFDocMdpPForbidAllModify
public static final CPDFDocument.PDFDocMdpP PDFDocMdpPAllowFillForm
public static final CPDFDocument.PDFDocMdpP PDFDocMdpPAllowAnnotation
public static CPDFDocument.PDFDocMdpP[] values()
for (CPDFDocument.PDFDocMdpP c : CPDFDocument.PDFDocMdpP.values()) System.out.println(c);
public static CPDFDocument.PDFDocMdpP valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static CPDFDocument.PDFDocMdpP valueOf(int id)