public enum PDFRendererOption extends java.lang.Enum<PDFRendererOption> implements RendererConfigOption
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 namejava.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)
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.