Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput метод
IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>) method
Генерирует вывод на основе различий между текстами и сохраняет его в файл.
virtual System::String Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences)=0
| Параметр | Тип | Описание |
|---|---|---|
| различия | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | Список различий между текстами. |
ReturnValue
Text representation of output.
См. также
- 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
Генерирует вывод на основе различий между текстами и сохраняет его в файл.
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
| Параметр | Тип | Описание |
|---|---|---|
| различия | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> | Список различий между текстами. |
ReturnValue
Text representation of output.
См. также
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class IStringOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++