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.

См. также

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.

См. также