ReturnAction
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < ReturnAction > com.aspose.pdf.ReturnAction, java.lang.Enum < ReturnAction >, com.aspose.pdf.ReturnAction
All Implemented Interfaces: Serializable, Comparable < ReturnAction >
public enum ReturnAction extends Enum < ReturnAction >
Enum represented a program workflow action in case of invoking the {@code IWarningCallback.Warning(WarningInfo)} method.
Fields
| Field | Description |
|---|---|
| Abort | Used for abort flow. |
| Continue | Used for continue flow. |
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. |
Abort
public static final ReturnAction Abort
Used for abort flow.
Continue
public static final ReturnAction Continue
Used for continue flow.
valueOf
Returns the enum constant of this type with the specified name.
values
public static ReturnAction [] 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