PdfOutputGenerator.GenerateOutput

GenerateOutput(List<DiffOperation>, string)

根据文本之间的差异生成输出并将其保存到文件。

public void GenerateOutput(List<DiffOperation> diffrences, string targetFilePath)
参数类型描述
diffrencesList`1文本之间差异的列表。
targetFilePathString保存输出的目标文件路径。

另请参阅


GenerateOutput(List<List<DiffOperation>>, string)

根据文本之间的差异生成输出并将其保存到文件。

public void GenerateOutput(List<List<DiffOperation>> diffrences, string targetFilePath)
参数类型描述
diffrencesList`1文本之间差异的列表。
targetFilePathString保存输出的目标文件路径。

另请参阅