Aspose::Pdf::Comparison::OutputGenerator::IFileOutputGenerator class
IFileOutputGenerator class
Represents an interface for generating output to a file of differences between texts.
class IFileOutputGenerator : public virtual System::Object
Methods
Method | Description |
---|---|
virtual GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>, System::String) | Generates the output based on the differences between texts and saves it to a file. |
virtual GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>>>, System::String) | Generates the output based on the differences between texts and saves it to a file. |
See Also
- Class Object
- Namespace Aspose::Pdf::Comparison::OutputGenerator
- Library Aspose.PDF for C++