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