public enum PDFRendererOption extends 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 |
FORM_XOBJECT |
LINEARIZATION |
MERGE_FONTS |
MERGE_FORM_FIELDS |
OBJECT_STREAMS |
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 |
SIGN_PARAMS |
VERSION
PDF version entry: specify the version of the PDF document created, datatype: String
|
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getName()
The name of the option.
|
Object |
parse(Object object) |
static PDFRendererOption |
valueOf(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 MERGE_FORM_FIELDS
public static final PDFRendererOption LINEARIZATION
public static final PDFRendererOption FORM_XOBJECT
public static final PDFRendererOption OBJECT_STREAMS
public static final PDFRendererOption OUTPUT_PROFILE
public static final PDFRendererOption SIGN_PARAMS
public static PDFRendererOption[] values()
for (PDFRendererOption c : PDFRendererOption.values()) System.out.println(c);
public static PDFRendererOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
RendererConfigOption
getName
in interface RendererConfigOption
public Object getDefaultValue()
getDefaultValue
in interface RendererConfigOption
Copyright © 2025 Apache Software Foundation. All rights reserved.