public class TextItemComparisonStatistics extends Object
Represents a text comparison ststistics class.
Constructor and Description |
---|
TextItemComparisonStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
getDeletedCharactersCount()
Gets and sets the number of deleted characters.
|
int |
getDeleteOperationsCount()
Gets and sets the number of delete operations.
|
int |
getInsertedCharactersCount()
Gets and sets the number of inserted characters.
|
int |
getInsertOperationsCount()
Gets and sets the number of insert operations.
|
int |
getTotalCharacters()
Gets and sets the total number of characters.
|
public final int getTotalCharacters()
Gets and sets the total number of characters.
public final int getDeletedCharactersCount()
Gets and sets the number of deleted characters.
public final int getInsertedCharactersCount()
Gets and sets the number of inserted characters.
public final int getDeleteOperationsCount()
Gets and sets the number of delete operations.
public final int getInsertOperationsCount()
Gets and sets the number of insert operations.
Copyright © 2025 Aspose. All Rights Reserved.