Aspose::Pdf::Comparison::HtmlDiffOutputGenerator::GenerateOutput método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| diferencias | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | La lista de diferencias entre los textos. |
Ver también
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| diferencias | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | La lista de diferencias entre los textos. |
| targetFilePath | System::String | La ruta del archivo de destino donde guardar la salida. |
Ver también
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| diferencias | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> | La lista de diferencias entre los textos. |
Ver también
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| diferencias | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> | La lista de diferencias entre los textos. |
| targetFilePath | System::String | La ruta del archivo de destino donde guardar la salida. |
Ver también
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class String
- Class HtmlDiffOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++