public static enum PDFMergerUtility.AcroFormMergeMode extends Enum<PDFMergerUtility.AcroFormMergeMode>
JOIN_FORM_FIELDS_MODE fields with the same fully qualified name
will be merged into one with the widget annotations of the merged fields
becoming part of the same field.
PDFBOX_LEGACY_MODE fields with the same fully qualified name
will be renamed and treated as independent. This mode was used in versions
of PDFBox up to 2.x.
| Enum Constant and Description |
|---|
JOIN_FORM_FIELDS_MODE |
PDFBOX_LEGACY_MODE |
| Modifier and Type | Method and Description |
|---|---|
static PDFMergerUtility.AcroFormMergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFMergerUtility.AcroFormMergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFMergerUtility.AcroFormMergeMode JOIN_FORM_FIELDS_MODE
public static final PDFMergerUtility.AcroFormMergeMode PDFBOX_LEGACY_MODE
public static PDFMergerUtility.AcroFormMergeMode[] values()
for (PDFMergerUtility.AcroFormMergeMode c : PDFMergerUtility.AcroFormMergeMode.values()) System.out.println(c);
public static PDFMergerUtility.AcroFormMergeMode 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 nullCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.