EpubLoadOptions.EngineType

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

FieldDescription
NEW
OLD

Methods

MethodDescription
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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