DiffOperation

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

ConstructorDescription
DiffOperationCreates a {@link DiffOperation} instance.

Methods

MethodDescription
equals
equals
getOperationGets and sets operation type.
getTextGet and set operation text.
hashCode
setTextGet 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()