DiffOperation
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.comparison.DiffOperation
All Implemented Interfaces: com.aspose.ms.System.IEquatable< DiffOperation >
public class DiffOperation extends Object implements com.aspose.ms.System.IEquatable< DiffOperation >
Represents a class of diff operation.
Constructors
| Constructor | Description |
|---|---|
| DiffOperation | Creates a {@link DiffOperation} instance. |
Methods
| Method | Description |
|---|---|
| equals | |
| equals | |
| getOperation | Gets and sets operation type. |
| getText | Get and set operation text. |
| hashCode | |
| setText | Get and set operation text. |
| toString |
DiffOperation
Creates a {@link DiffOperation} instance.
equals
equals
getOperation
public final Operation getOperation()
Gets and sets operation type.
Returns: Operation element
getText
public final String getText()
Get and set operation text.
Returns: String value
hashCode
public int hashCode()
setText
Get and set operation text.
toString
public String toString()