Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics método

TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&) method

Obtiene estadísticas de comparación.

static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
ParámetroTipoDescripción
diferenciasconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&La lista de cambios.

ReturnValue

Las estadísticas.

Ver también

TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&) method

Obtiene estadísticas de comparación de documentos.

static System::SharedPtr<DocumentComparisonStatistics> Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> &diffs)
ParámetroTipoDescripción
diferenciasconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>&La lista de cambios.

ReturnValue

Las estadísticas.

Ver también