@Deprecated public interface ICellsCompareResult extends ICompareResult
interface ICellsCompareResult
Modifier and Type | Method and Description |
---|---|
List<ComparisonNodeBase> |
getComponents()
Deprecated.
Gets the list of all components which are presented in the document after comparison
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getComponentsInternal()
Deprecated.
Gets components internal.
|
List<ComparisonNodeBase> |
getDeleted()
Deprecated.
Gets deleted components from the document
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getDeletedInternal()
Deprecated.
Gets deleted internal.
|
List<ComparisonNodeBase> |
getInserted()
Deprecated.
Gets inserted components inserted into documents
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getInsertedInternal()
Deprecated.
Gets inserted internal.
|
List<ComparisonNodeBase> |
getModified()
Deprecated.
Gets components which were modified
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getModifiedInternal()
Deprecated.
Gets modified internal.
|
List<ComparisonNodeBase> |
getNotModified()
Deprecated.
Gets components that were not modified
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getNotModifiedInternal()
Deprecated.
Gets not modified internal.
|
ComparisonWorkbookBase |
getWorkbook()
Deprecated.
Gets workbook.
|
getChanges, getCountOfErrors, getImages, getStream, saveDocument, saveImages, updateChanges
List<ComparisonNodeBase> getDeleted()
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getDeletedInternal()
List<ComparisonNodeBase> getInserted()
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getInsertedInternal()
List<ComparisonNodeBase> getNotModified()
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getNotModifiedInternal()
List<ComparisonNodeBase> getModified()
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getModifiedInternal()
ComparisonWorkbookBase getWorkbook() throws Exception
Exception
List<ComparisonNodeBase> getComponents()
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getComponentsInternal()
Copyright © 2018. All rights reserved.