ConvertErrorAction
Contents
[
Hide
]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
| Field | Description |
|---|---|
| Delete | Delete convert errors |
| None | Do nothing with convert errors |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| 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. |
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:
| Parameter | Type | Description |
|---|---|---|
| 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