Класс Aspose::Pdf::Comparison::SideBySideDocsComparisonResult

SideBySideDocsComparisonResult class

Представляет класс результата операции сравнения бок о бок, выполненной над двумя документами.

class SideBySideDocsComparisonResult : public System::Object

Методы

МетодОписание
get_FirstDocChanges() constПолучить список изменений страниц первого документа.
get_FullChanges() constПолучить полный список изменений страниц документа. Каждый индекс в списке представляет две сравниваемые страницы документа, а список операций изменения представляет список изменений этих страниц.
get_HasChanges() constПолучает значение, указывающее, есть ли изменения между сравниваемыми документами.
get_SecondDocChanges() constПолучить список изменений страниц второго документа.
SideBySideDocsComparisonResult(bool, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>&, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>&, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&)Создает экземпляр класса SideBySideDocsComparisonResult.

См. также