Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics metod

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

Hämtar jämförelsestatistik.

static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
ParameterTypBeskrivning
diffarconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&Listan över ändringar.

ReturnValue

Statistiken.

Se även

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

Hämtar statistik för dokumentjämförelse.

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)
ParameterTypBeskrivning
diffarconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&Listan över ändringar.

ReturnValue

Statistiken.

Se även