Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics method
TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&) method
Gets comparison statistics.
static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
| Parameter | Type | Description |
|---|---|---|
| diffs | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>& | The list of changes. |
ReturnValue
The statistics.
See Also
- Typedef SharedPtr
- Class TextItemComparisonStatistics
- Class List
- Class DiffOperation
- Class TextPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&) method
Gets documents comparison statistics.
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)
| Parameter | Type | Description |
|---|---|---|
| diffs | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>& | The list of changes. |
ReturnValue
The statistics.
See Also
- Typedef SharedPtr
- Class DocumentComparisonStatistics
- Class List
- Class DiffOperation
- Class TextPdfComparer
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++