Метод Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics

ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&) method

Создаёт объект статистики для результата сравнения страниц PDF или плоского сравнения документов, при котором сравниваются целые документы.

static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
ПараметрТипОписание
различияconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&Список различий.

ReturnValue

Экземпляр статистики.

См. также

ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&) method

Создаёт объект статистики для результата сравнения страниц PDF‑документа.

static System::SharedPtr<DocumentComparisonStatistics> Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> &diffs)
ПараметрТипОписание
различияconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>&Список различий.

ReturnValue

Экземпляр статистики.

См. также