EditOperationsOrder

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

All Implemented Interfaces: Serializable, Comparable < EditOperationsOrder >

public enum EditOperationsOrder extends Enum < EditOperationsOrder >

Specifies the order of edit operations.

Fields

FieldDescription
DeleteFirstDelete operations before insert operations.
InsertFirstInsert operations before delete operations.

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.

DeleteFirst

public static final EditOperationsOrder DeleteFirst

Delete operations before insert operations.

InsertFirst

public static final EditOperationsOrder InsertFirst

Insert operations before delete operations.

getByValue

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