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

HtmlDiffOutputGenerator::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.

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

Ver también

HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>, System::String) method

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

void Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath) override
ParámetroTipoDescripción
diferenciasSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>La lista de diferencias entre los textos.
targetFilePathSystem::StringLa ruta del archivo de destino donde guardar la salida.

Ver también

HtmlDiffOutputGenerator::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.

System::String Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences) override
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.

Ver también

HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>, System::String) method

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

void Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath) override
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.
targetFilePathSystem::StringLa ruta del archivo de destino donde guardar la salida.

Ver también