public interface IStringOutputGenerator
Represents an interface for generating output to a string of differences between texts.
Modifier and Type | Method and Description |
---|---|
String |
generateOutput(List<List<DiffOperation>> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
String |
generateOutput1(List<DiffOperation> diffrences)
Generates the output based on the differences between texts and saves it to a file.
|
String |
generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences) |
String |
generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences) |
String generateOutput1(List<DiffOperation> diffrences)
Generates the output based on the differences between texts and saves it to a file.
diffrences
- The list of differences between texts.String generateOutputInternal1(com.aspose.ms.System.Collections.Generic.List<DiffOperation> diffrences)
String generateOutput(List<List<DiffOperation>> diffrences)
Generates the output based on the differences between texts and saves it to a file.
diffrences
- The list of differences between texts.String generateOutputInternal(com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Collections.Generic.List<DiffOperation>> diffrences)
Copyright © 2025 Aspose. All Rights Reserved.