|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PDFRendererOption>
org.apache.fop.render.pdf.PDFRendererOption
public enum PDFRendererOption
Enum Constant Summary | |
---|---|
DISABLE_SRGB_COLORSPACE
Rendering Options key for disabling the sRGB color space (only possible if no PDF/A or PDF/X profile is active), default: false |
|
FILTER_LIST
|
|
LINEARIZATION
|
|
MERGE_FONTS
|
|
OUTPUT_PROFILE
Rendering Options key for the ICC profile for the output intent. |
|
PDF_A_MODE
Rendering Options key for the PDF/A mode, default: PDFAMode.DISABLED |
|
PDF_UA_MODE
|
|
PDF_VT_MODE
Rendering Options key for the PDF/VT mode, default: PDFVTMode.DISABLED |
|
PDF_X_MODE
Rendering Options key for the PDF/X mode, default: PDFXMode.DISABLED |
|
VERSION
PDF version entry: specify the version of the PDF document created, datatype: String |
Method Summary | |
---|---|
java.lang.Object |
getDefaultValue()
|
java.lang.String |
getName()
The name of the option. |
java.lang.Object |
parse(java.lang.Object object)
|
static PDFRendererOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PDFRendererOption[] |
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 PDFRendererOption FILTER_LIST
public static final PDFRendererOption PDF_A_MODE
PDFAMode.DISABLED
public static final PDFRendererOption PDF_UA_MODE
public static final PDFRendererOption PDF_X_MODE
PDFXMode.DISABLED
public static final PDFRendererOption PDF_VT_MODE
PDFVTMode.DISABLED
public static final PDFRendererOption VERSION
public static final PDFRendererOption DISABLE_SRGB_COLORSPACE
public static final PDFRendererOption MERGE_FONTS
public static final PDFRendererOption LINEARIZATION
public static final PDFRendererOption OUTPUT_PROFILE
Method Detail |
---|
public static PDFRendererOption[] values()
for (PDFRendererOption c : PDFRendererOption.values()) System.out.println(c);
public static PDFRendererOption 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()
public java.lang.Object parse(java.lang.Object object)
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |