Aspose::Pdf::Comparison::IStringOutputGenerator::GenerateOutput método
Contenido
[
Ocultar
]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ámetro | Tipo | Descripción |
|---|---|---|
| diferencias | System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> | La lista de diferencias entre los textos. |
ReturnValue
Text representation of output.
Ver también
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class IStringOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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á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. |
ReturnValue
Text representation of output.
Ver también
- Class String
- Typedef SharedPtr
- Class List
- Class DiffOperation
- Class IStringOutputGenerator
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++