Метод Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::GenerateOutput
Содержание
[
Скрывать
]HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>) method
Генерирует вывод на основе различий между текстами и сохраняет его в файл.
System::String Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences) override
| Параметр | Тип | Описание |
|---|---|---|
| различия | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | Список различий между текстами. |
См. также
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method
Генерирует вывод на основе различий между текстами и сохраняет его в файл.
void Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::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 HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>) method
Генерирует вывод на основе различий между текстами и сохраняет его в файл.
System::String Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::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>>>>> | Список различий между текстами. |
См. также
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method
Генерирует вывод на основе различий между текстами и сохраняет его в файл.
void Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::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 HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++