Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput método
Contenido
[
Ocultar
]IFileOutputGenerator::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.
virtual void Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> diffrences, System::String targetFilePath)=0
| 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 IFileOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
IFileOutputGenerator::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.
virtual void Aspose::Pdf::Comparison::IFileOutputGenerator::GenerateOutput(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> diffrences, System::String targetFilePath)=0
| 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 IFileOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++