@Deprecated public class CellsCompareResult extends Object implements ICellsCompareResult
class CellsCompareResult
Constructor and Description |
---|
CellsCompareResult(CellsComparisonSettings settings,
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> components,
int countOfErrors,
int saveFormat)
Deprecated.
Initializes a new instance of the
CellsCompareResult class. |
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
getChanges()
Deprecated.
Gets all changes of current document
|
List<ComparisonNodeBase> |
getComponents()
Deprecated.
Gets the list of all components which are presented in the document after comparison
Value:
The components.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getComponentsInternal()
Deprecated.
Gets components internal.
|
int |
getCountOfErrors()
Deprecated.
Gets or sets the count of errors.
|
List<ComparisonNodeBase> |
getDeleted()
Deprecated.
Gets deleted components from the document
Value:
The deleted.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getDeletedInternal()
Deprecated.
Gets deleted internal.
|
List<InputStream> |
getImages()
Deprecated.
Gets the images.
|
List<ComparisonNodeBase> |
getInserted()
Deprecated.
Gets inserted components inserted into documents
Value:
The inserted.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getInsertedInternal()
Deprecated.
Gets inserted internal.
|
List<ComparisonNodeBase> |
getModified()
Deprecated.
Gets components which were modified
Value:
The modified.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getModifiedInternal()
Deprecated.
Gets modified internal.
|
List<ComparisonNodeBase> |
getNotModified()
Deprecated.
Gets components that were not modified
Value:
The not modified.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
getNotModifiedInternal()
Deprecated.
Gets not modified internal.
|
InputStream |
getStream()
Deprecated.
Gets the stream.
|
com.aspose.ms.System.IO.Stream |
getStreamInternal()
Deprecated.
|
ComparisonWorkbookBase |
getWorkbook()
Deprecated.
Gets workbook with result of comparison
|
void |
saveDocument(String path)
Deprecated.
Saves the document.
|
void |
saveImages(String folderPath)
Deprecated.
Saves the images.
|
void |
updateChanges(ChangeInfo[] changes)
Deprecated.
|
public CellsCompareResult(CellsComparisonSettings settings, com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> components, int countOfErrors, int saveFormat) throws Exception
Initializes a new instance of the CellsCompareResult
class.
components
- The components.settings
- The Settings.countOfErrors
- The count of errors.saveFormat
- The save format.Exception
public List<ComparisonNodeBase> getDeleted()
Gets deleted components from the document
Value: The deleted.getDeleted
in interface ICellsCompareResult
public com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getDeletedInternal()
ICellsCompareResult
getDeletedInternal
in interface ICellsCompareResult
public List<ComparisonNodeBase> getInserted()
Gets inserted components inserted into documents
Value: The inserted.getInserted
in interface ICellsCompareResult
public com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getInsertedInternal()
ICellsCompareResult
getInsertedInternal
in interface ICellsCompareResult
public List<ComparisonNodeBase> getNotModified()
Gets components that were not modified
Value: The not modified.getNotModified
in interface ICellsCompareResult
public com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getNotModifiedInternal()
ICellsCompareResult
getNotModifiedInternal
in interface ICellsCompareResult
public List<ComparisonNodeBase> getModified()
Gets components which were modified
Value: The modified.getModified
in interface ICellsCompareResult
public com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getModifiedInternal()
ICellsCompareResult
getModifiedInternal
in interface ICellsCompareResult
public ComparisonWorkbookBase getWorkbook() throws Exception
Gets workbook with result of comparison
getWorkbook
in interface ICellsCompareResult
Exception
public List<ComparisonNodeBase> getComponents()
Gets the list of all components which are presented in the document after comparison
Value: The components.getComponents
in interface ICellsCompareResult
public com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> getComponentsInternal()
ICellsCompareResult
getComponentsInternal
in interface ICellsCompareResult
public int getCountOfErrors()
Gets or sets the count of errors.
Value: The count of errors.getCountOfErrors
in interface ICompareResult
public void saveDocument(String path) throws Exception
Saves the document.
saveDocument
in interface ICompareResult
path
- The path.Exception
public void saveImages(String folderPath) throws Exception
Saves the images.
saveImages
in interface ICompareResult
folderPath
- The folder path.Exception
public InputStream getStream() throws Exception
Gets the stream.
getStream
in interface ICompareResult
Exception
public com.aspose.ms.System.IO.Stream getStreamInternal() throws Exception
Exception
public List<InputStream> getImages() throws Exception
Gets the images.
getImages
in interface ICompareResult
Exception
public ChangeInfo[] getChanges() throws Exception
Gets all changes of current document
getChanges
in interface ICompareResult
Exception
public void updateChanges(ChangeInfo[] changes) throws Exception
updateChanges
in interface ICompareResult
changes
- Exception
Copyright © 2018. All rights reserved.