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

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

Generates the output based on the differences between texts and saves it to a file.

virtual System::String Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences)=0
ParameterTypeDescription
diffrencesSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>The list of differences between texts.

ReturnValue

Text representation of output.

See Also

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

Generates the output based on the differences between texts and saves it to a file.

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
ParameterTypeDescription
diffrencesSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>The list of differences between texts.

ReturnValue

Text representation of output.

See Also