Метод Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput

IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method

Генерирует вывод на основе различий между текстами и сохраняет его в файл.

virtual void Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath)=0
ПараметрТипОписание
различияSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>Список различий между текстами.
targetFilePathSystem::StringПуть к целевому файлу для сохранения вывода.

См. также

IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method

Генерирует вывод на основе различий между текстами и сохраняет его в файл.

virtual void Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath)=0
ПараметрТипОписание
различияSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Список различий между текстами.
targetFilePathSystem::StringПуть к целевому файлу для сохранения вывода.

См. также