Метод 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
Экземпляр статистики.
См. также
- Typedef SharedPtr
- Class TextItemComparisonStatistics
- Class List
- Class DiffOperation
- Class ComparisonStatisticsBuilder
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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
Экземпляр статистики.
См. также
- Typedef SharedPtr
- Class DocumentComparisonStatistics
- Class List
- Class DiffOperation
- Class ComparisonStatisticsBuilder
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++