TextItemComparisonStatistics
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.comparison.textcomparison.TextItemComparisonStatistics
public class TextItemComparisonStatistics extends Object
Represents a text comparison ststistics class.
Constructors
| Constructor | Description |
|---|---|
| TextItemComparisonStatistics |
Methods
| Method | Description |
|---|---|
| getDeletedCharactersCount | Gets and sets the number of deleted characters. |
| getDeleteOperationsCount | Gets and sets the number of delete operations. |
| getInsertedCharactersCount | Gets and sets the number of inserted characters. |
| getInsertOperationsCount | Gets and sets the number of insert operations. |
| getTotalCharacters | Gets 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