Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics metod
Innehåll
[
Dölj
]ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&) method
Skapar ett statistikobjekt för resultatet av att jämföra PDF-sidor eller platt dokumentjämförelse där hela dokument jämförs.
static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
| Parameter | Typ | Beskrivning |
|---|---|---|
| diffar | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>& | Listan över skillnader. |
ReturnValue
En statistikinstans.
Se även
- 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
Skapar ett statistikobjekt för resultatet av en sidjämförelse av ett PDF-dokument.
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)
| Parameter | Typ | Beskrivning |
|---|---|---|
| diffar | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>& | Listan över skillnader. |
ReturnValue
En statistikinstans.
Se även
- Typedef SharedPtr
- Class DocumentComparisonStatistics
- Class List
- Class DiffOperation
- Class ComparisonStatisticsBuilder
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++