Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput método

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

Genera la salida basada en las diferencias entre textos y la guarda en un archivo.

virtual System::String Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences)=0
ParámetroTipoDescripción
diferenciasSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>La lista de diferencias entre los textos.

ReturnValue

Text representation of output.

Ver también

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

Genera la salida basada en las diferencias entre textos y la guarda en un archivo.

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
ParámetroTipoDescripción
diferenciasSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>La lista de diferencias entre los textos.

ReturnValue

Text representation of output.

Ver también