Aspose::Pdf::Comparison::IFileOutputGenerator klass

IFileOutputGenerator class

Representerar ett gränssnitt för att generera utdata till en fil med skillnader mellan texter.

class IFileOutputGenerator : public virtual System::Object

Metoder

MetodBeskrivning
virtual GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String)Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.
virtual GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String)Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

Se även