HtmlDiffOutputGenerator.GenerateOutput
GenerateOutput(List<DiffOperation>)
根据文本之间的差异生成输出并将其保存到文件。
public string GenerateOutput(List<DiffOperation> diffrences)
| 参数 | 类型 | 描述 |
|---|---|---|
| diffrences | List`1 | 文本之间差异的列表。 |
另见
- class DiffOperation
- class HtmlDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF
GenerateOutput(List<DiffOperation>, string)
根据文本之间的差异生成输出并将其保存到文件。
public void GenerateOutput(List<DiffOperation> diffrences, string targetFilePath)
| 参数 | 类型 | 描述 |
|---|---|---|
| diffrences | List`1 | 文本之间差异的列表。 |
| targetFilePath | String | 保存输出的目标文件路径。 |
另见
- class DiffOperation
- class HtmlDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF
GenerateOutput(List<List<DiffOperation>>)
根据文本之间的差异生成输出并将其保存到文件。
public string GenerateOutput(List<List<DiffOperation>> diffrences)
| 参数 | 类型 | 描述 |
|---|---|---|
| diffrences | List`1 | 文本之间差异的列表。 |
另见
- class DiffOperation
- class HtmlDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF
GenerateOutput(List<List<DiffOperation>>, string)
根据文本之间的差异生成输出并将其保存到文件。
public void GenerateOutput(List<List<DiffOperation>> diffrences, string targetFilePath)
| 参数 | 类型 | 描述 |
|---|---|---|
| diffrences | List`1 | 文本之间差异的列表。 |
| targetFilePath | String | 保存输出的目标文件路径。 |
另见
- class DiffOperation
- class HtmlDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF