EditOperationsOrder
Contents
[
Hide
]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
| Field | Description |
|---|---|
| DeleteFirst | Delete operations before insert operations. |
| InsertFirst | Insert operations before delete operations. |
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. |
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:
| Parameter | Type | Description |
|---|---|---|
| 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