Aspose::Pdf::Comparison::PdfOutputGenerator класс
PdfOutputGenerator class
Представляет класс для генерации PDF‑представления различий текстов.
class PdfOutputGenerator : public Aspose::Pdf::Comparison::IFileOutputGenerator,
public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget
Методы
| Метод | Описание |
|---|---|
| GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) override | Генерирует вывод на основе различий между текстами и сохраняет его в файл. |
| GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) override | Генерирует вывод на основе различий между текстами и сохраняет его в файл. |
| PdfOutputGenerator() | Создаёт экземпляр класса PdfOutputGenerator. |
| PdfOutputGenerator(const System::SharedPtr<PageInfo>&) | Создаёт экземпляр класса PdfOutputGenerator. |
| PdfOutputGenerator(const System::SharedPtr<OutputTextStyle>&) | Создаёт экземпляр класса PdfOutputGenerator. |
| PdfOutputGenerator(const System::SharedPtr<OutputTextStyle>&, const System::SharedPtr<PageInfo>&) | Создаёт экземпляр класса PdfOutputGenerator. |
См. также
- Class IFileOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++