ConvertErrorAction

Inheritance: java.lang.Object, java.lang.Enum < ConvertErrorAction > com.aspose.pdf.ConvertErrorAction, java.lang.Enum < ConvertErrorAction >, com.aspose.pdf.ConvertErrorAction

All Implemented Interfaces: Serializable, Comparable < ConvertErrorAction >

public enum ConvertErrorAction extends Enum < ConvertErrorAction >

This class represents action for conversion errors.

Fields

FieldDescription
DeleteDelete convert errors
NoneDo nothing with convert errors

Methods

MethodDescription
getByValue
getValue
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.

Delete

public static final ConvertErrorAction Delete

Delete convert errors

None

public static final ConvertErrorAction None

Do nothing with convert errors

getByValue

public static ConvertErrorAction getByValue(int value)

Parameters:

ParameterTypeDescription
value

getValue

public int getValue()

valueOf

Returns the enum constant of this type with the specified name.

values

public static ConvertErrorAction [] 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