EpubLoadOptions.EngineType
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < EpubLoadOptions.EngineType > com.aspose.pdf.EpubLoadOptions.EngineType, java.lang.Enum < EpubLoadOptions.EngineType >, com.aspose.pdf.EpubLoadOptions.EngineType
All Implemented Interfaces: Serializable, Comparable < EpubLoadOptions.EngineType >
public static enum EpubLoadOptions.EngineType extends Enum < EpubLoadOptions.EngineType >
Fields
| Field | Description |
|---|---|
| NEW | |
| OLD |
Methods
| Method | Description |
|---|---|
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
NEW
public static final EpubLoadOptions.EngineType NEW
OLD
public static final EpubLoadOptions.EngineType OLD
valueOf
Returns the enum constant of this type with the specified name.
values
public static EpubLoadOptions.EngineType [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared