Aspose::Pdf::Comparison::SideBySideDocsComparisonResult::SideBySideDocsComparisonResult конструктор
SideBySideDocsComparisonResult::SideBySideDocsComparisonResult constructor
Создает экземпляр класса SideBySideDocsComparisonResult.
Aspose::Pdf::Comparison::SideBySideDocsComparisonResult::SideBySideDocsComparisonResult(bool hasChanges, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>> &firstDocChanges, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>> &secondDocChanges, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> &fullChanges)
| Параметр | Тип | Описание |
|---|---|---|
| hasChanges | bool | Значение указывает, есть ли изменения между сравниваемыми документами. |
| firstDocChanges | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>& | Список изменений страниц первого документа. |
| secondDocChanges | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>& | Список изменений страниц второго документа. |
| fullChanges | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>& | Список изменений страниц первого и второго документов. |
См. также
- Typedef SharedPtr
- Class List
- Class EditContainer
- Class DiffOperation
- Class SideBySideDocsComparisonResult
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++