Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput method

IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

virtual System::String Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences)=0
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>Listan över skillnader mellan texter.

ReturnValue

Text representation of output.

Se även

IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>) method

Genererar utdata baserat på skillnaderna mellan texter och sparar den till en fil.

virtual System::String Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences)=0
ParameterTypBeskrivning
skillnaderSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>Listan över skillnader mellan texter.

ReturnValue

Text representation of output.

Se även