public enum AcroFormPolicy extends Enum<AcroFormPolicy> implements FriendlyNamed
| Enum Constant and Description |
|---|
DISCARD |
FLATTEN |
MERGE |
MERGE_RENAMING_EXISTING_FIELDS |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
static AcroFormPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcroFormPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcroFormPolicy DISCARD
public static final AcroFormPolicy MERGE
public static final AcroFormPolicy MERGE_RENAMING_EXISTING_FIELDS
public static final AcroFormPolicy FLATTEN
public static AcroFormPolicy[] values()
for (AcroFormPolicy c : AcroFormPolicy.values()) System.out.println(c);
public static AcroFormPolicy 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 getFriendlyName()
getFriendlyName in interface FriendlyNamedCopyright © 2021 sejda. All rights reserved.