|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PDFEncryptionOption>
org.apache.fop.render.pdf.PDFEncryptionOption
public enum PDFEncryptionOption
Enum Constant Summary | |
---|---|
ENCRYPT_METADATA
PDF encryption parameter: encrypts Metadata, datatype: Boolean or "true"/"false", default: true |
|
ENCRYPTION_LENGTH
PDF encryption length parameter: must be a multiple of 8 between 40 and 128, datatype: int, default: 128 |
|
NO_ACCESSCONTENT
PDF encryption parameter: Forbids extracting text and graphics, datatype: Boolean or "true"/"false", default: false |
|
NO_ANNOTATIONS
PDF encryption parameter: Forbids annotations, datatype: Boolean or "true"/"false", default: false |
|
NO_ASSEMBLEDOC
PDF encryption parameter: Forbids assembling document, datatype: Boolean or "true"/"false", default: false |
|
NO_COPY_CONTENT
PDF encryption parameter: Forbids copying content, datatype: Boolean or "true"/"false", default: false |
|
NO_EDIT_CONTENT
PDF encryption parameter: Forbids editing content, datatype: Boolean or "true"/"false", default: false |
|
NO_FILLINFORMS
PDF encryption parameter: Forbids filling in existing interactive forms, datatype: Boolean or "true"/"false", default: false |
|
NO_PRINT
PDF encryption parameter: Forbids printing, datatype: Boolean or "true"/"false", default: false |
|
NO_PRINTHQ
PDF encryption parameter: Forbids printing to high quality, datatype: Boolean or "true"/"false", default: false |
|
OWNER_PASSWORD
PDF encryption parameter: owner password, datatype: String, default: "" |
|
USER_PASSWORD
PDF encryption parameter: user password, datatype: String, default: "" |
Field Summary | |
---|---|
static java.lang.String |
ENCRYPTION_PARAMS
|
Method Summary | |
---|---|
java.lang.Object |
getDefaultValue()
|
java.lang.String |
getName()
The name of the option. |
static PDFEncryptionOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PDFEncryptionOption[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PDFEncryptionOption ENCRYPTION_LENGTH
public static final PDFEncryptionOption NO_PRINTHQ
public static final PDFEncryptionOption NO_ASSEMBLEDOC
public static final PDFEncryptionOption NO_ACCESSCONTENT
public static final PDFEncryptionOption NO_FILLINFORMS
public static final PDFEncryptionOption NO_ANNOTATIONS
public static final PDFEncryptionOption NO_PRINT
public static final PDFEncryptionOption NO_COPY_CONTENT
public static final PDFEncryptionOption NO_EDIT_CONTENT
public static final PDFEncryptionOption USER_PASSWORD
public static final PDFEncryptionOption OWNER_PASSWORD
public static final PDFEncryptionOption ENCRYPT_METADATA
Field Detail |
---|
public static final java.lang.String ENCRYPTION_PARAMS
Method Detail |
---|
public static PDFEncryptionOption[] values()
for (PDFEncryptionOption c : PDFEncryptionOption.values()) System.out.println(c);
public static PDFEncryptionOption 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
RendererConfigOption
getName
in interface RendererConfigOption
public java.lang.Object getDefaultValue()
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |