Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput method

MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>) method

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

System::String Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences) override
ПараметрТипОписание
различияSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>Список различий между текстами.

ReturnValue

Текст Markdown.

См. также

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

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

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

См. также

MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>) method

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

System::String Aspose::Pdf::Comparison::MarkdownDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences) override
ПараметрТипОписание
различияSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Список различий между текстами.

ReturnValue

Текст Markdown.

См. также

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

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

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
ПараметрТипОписание
различияSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Список различий между текстами.
targetFilePathSystem::StringПуть к целевому файлу для сохранения вывода.

См. также