public static enum EpubLoadOptions.EngineType extends Enum<EpubLoadOptions.EngineType>
Modifier and Type | Method and Description |
---|---|
static EpubLoadOptions.EngineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EpubLoadOptions.EngineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EpubLoadOptions.EngineType OLD
public static final EpubLoadOptions.EngineType NEW
public static EpubLoadOptions.EngineType[] values()
for (EpubLoadOptions.EngineType c : EpubLoadOptions.EngineType.values()) System.out.println(c);
public static EpubLoadOptions.EngineType 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 © 2025 Aspose. All Rights Reserved.