ReturnAction

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

FieldDescription
AbortUsed for abort flow.
ContinueUsed for continue flow.

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.

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