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.
См. также
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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>>> | Список различий между текстами. |
| targetFilePath | System::String | Путь к целевому файлу для сохранения вывода. |
См. также
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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.
См. также
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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>>>>> | Список различий между текстами. |
| targetFilePath | System::String | Путь к целевому файлу для сохранения вывода. |
См. также
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class MarkdownDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++