Aspose::Pdf::Comparison::OutputGenerator::IStringOutputGenerator class

IStringOutputGenerator class

Represents an interface for generating output to a string of differences between texts.

class IStringOutputGenerator : public virtual System::Object

Methods

MethodDescription
virtual GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Aspose::Pdf::Comparison::Diff::DiffOperation>>>)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>>>>>)Generates the output based on the differences between texts and saves it to a file.

See Also