Класс 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. |
См. также
- Class Object
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++