Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput method
Contents
[
Hide
]IStringOutputGenerator::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.
virtual System::String Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences)=0
| Parameter | Type | Description |
|---|---|---|
| diffrences | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | The list of differences between texts. |
ReturnValue
Text representation of output.
See Also
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class IStringOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
IStringOutputGenerator::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.
virtual System::String Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences)=0
| 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
Text representation of output.
See Also
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class IStringOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++