public static enum ConvertHelper.Lib extends Enum<ConvertHelper.Lib>
| Modifier and Type | Method and Description |
|---|---|
static ConvertHelper.Lib |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertHelper.Lib[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertHelper.Lib iText
public static final ConvertHelper.Lib PDFBox
public static ConvertHelper.Lib[] values()
for (ConvertHelper.Lib c : ConvertHelper.Lib.values()) System.out.println(c);
public static ConvertHelper.Lib 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 © 2026. All rights reserved.