Interface IStringOutputGenerator
IStringOutputGenerator interface
Represents an interface for generating output to a string of differences between texts.
public interface IStringOutputGenerator
Methods
| Name | Description |
|---|---|
| GenerateOutput(List<DiffOperation>) | Generates the output based on the differences between texts and saves it to a file. |
| GenerateOutput(List<List<DiffOperation>>) | Generates the output based on the differences between texts and saves it to a file. |
See Also
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF