MarkdownDiffOutputGenerator.GenerateOutput
محتويات
[
يخفي
]GenerateOutput(List<DiffOperation>)
تولد المخرجات بناءً على الفروقات بين النصوص وتقوم بحفظها في ملف.
public string GenerateOutput(List<DiffOperation> diffrences)
| Parameter | Type | Description |
|---|---|---|
| diffrences | List`1 | قائمة الفروقات بين النصوص. |
Return Value
نص Markdown.
See Also
- class DiffOperation
- class MarkdownDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF
GenerateOutput(List<DiffOperation>, string)
تولد المخرجات بناءً على الفروقات بين النصوص وتقوم بحفظها في ملف.
public void GenerateOutput(List<DiffOperation> diffrences, string targetFilePath)
| Parameter | Type | Description |
|---|---|---|
| diffrences | List`1 | قائمة الفروقات بين النصوص. |
| targetFilePath | String | مسار الملف المستهدف لحفظ المخرجات. |
See Also
- class DiffOperation
- class MarkdownDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF
GenerateOutput(List<List<DiffOperation>>)
تولد المخرجات بناءً على الفروقات بين النصوص وتقوم بحفظها في ملف.
public string GenerateOutput(List<List<DiffOperation>> diffrences)
| Parameter | Type | Description |
|---|---|---|
| diffrences | List`1 | قائمة الفروقات بين النصوص. |
Return Value
نص Markdown.
See Also
- class DiffOperation
- class MarkdownDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF
GenerateOutput(List<List<DiffOperation>>, string)
تولد المخرجات بناءً على الفروقات بين النصوص وتقوم بحفظها في ملف.
public void GenerateOutput(List<List<DiffOperation>> diffrences, string targetFilePath)
| Parameter | Type | Description |
|---|---|---|
| diffrences | List`1 | قائمة الفروقات بين النصوص. |
| targetFilePath | String | مسار الملف المستهدف لحفظ المخرجات. |
See Also
- class DiffOperation
- class MarkdownDiffOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF