Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput method
Contents
[
Hide
]MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>) method
Generates the output based on the differences between texts and saves it to a file.
System::String Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences) override
| Parameter | Type | Description |
|---|---|---|
| diffrences | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | The list of differences between texts. |
ReturnValue
Markown text.
See Also
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method
Generates the output based on the differences between texts and saves it to a file.
void Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath) override
| Parameter | Type | Description |
|---|---|---|
| diffrences | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | The list of differences between texts. |
| targetFilePath | System::String | The path of the target file to save the output. |
See Also
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>) method
Generates the output based on the differences between texts and saves it to a file.
System::String Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences) override
| Parameter | Type | Description |
|---|---|---|
| diffrences | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> | The list of differences between texts. |
ReturnValue
Markown text.
See Also
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method
Generates the output based on the differences between texts and saves it to a file.
void Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath) override
| Parameter | Type | Description |
|---|---|---|
| diffrences | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> | The list of differences between texts. |
| targetFilePath | System::String | The path of the target file to save the output. |
See Also
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++