TextItemComparisonStatistics

Inheritance: java.lang.Object, com.aspose.pdf.comparison.textcomparison.TextItemComparisonStatistics

public class TextItemComparisonStatistics extends Object

Represents a text comparison ststistics class.

Constructors

ConstructorDescription
TextItemComparisonStatistics

Methods

MethodDescription
getDeletedCharactersCountGets and sets the number of deleted characters.
getDeleteOperationsCountGets and sets the number of delete operations.
getInsertedCharactersCountGets and sets the number of inserted characters.
getInsertOperationsCountGets and sets the number of insert operations.
getTotalCharactersGets and sets the total number of characters.

TextItemComparisonStatistics

public TextItemComparisonStatistics()

getDeletedCharactersCount

public final int getDeletedCharactersCount()

Gets and sets the number of deleted characters.

Returns: int value

getDeleteOperationsCount

public final int getDeleteOperationsCount()

Gets and sets the number of delete operations.

Returns: int value

getInsertedCharactersCount

public final int getInsertedCharactersCount()

Gets and sets the number of inserted characters.

Returns: int value

getInsertOperationsCount

public final int getInsertOperationsCount()

Gets and sets the number of insert operations.

Returns: int value

getTotalCharacters

public final int getTotalCharacters()

Gets and sets the total number of characters.

Returns: int value