public final class DiffSolver extends Object
Represents a text difference search algorithm class.
| Constructor and Description |
|---|
DiffSolver(ComparisonOptions comparisonOptions) |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Collections.Generic.List<DiffOperation> |
findDiff(String oldText,
String newText)
Find the differences between two texts.
|
public DiffSolver(ComparisonOptions comparisonOptions)
public final com.aspose.ms.System.Collections.Generic.List<DiffOperation> findDiff(String oldText, String newText)
Find the differences between two texts.
can throw ExceptionoldText - First text.newText - Second text.Copyright © 2025 Aspose. All Rights Reserved.