Modifier and Type | Method and Description |
---|---|
List<ComparisonNodeBase> |
CellsCompareResult.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> |
CellsCompareResult.getComponentsInternal()
Deprecated.
|
List<ComparisonNodeBase> |
CellsCompareResult.getDeleted()
Deprecated.
Gets deleted components from the document
Value:
The deleted.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
CellsCompareResult.getDeletedInternal()
Deprecated.
|
List<ComparisonNodeBase> |
CellsCompareResult.getInserted()
Deprecated.
Gets inserted components inserted into documents
Value:
The inserted.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
CellsCompareResult.getInsertedInternal()
Deprecated.
|
List<ComparisonNodeBase> |
CellsCompareResult.getModified()
Deprecated.
Gets components which were modified
Value:
The modified.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
CellsCompareResult.getModifiedInternal()
Deprecated.
|
List<ComparisonNodeBase> |
CellsCompareResult.getNotModified()
Deprecated.
Gets components that were not modified
Value:
The not modified.
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
CellsCompareResult.getNotModifiedInternal()
Deprecated.
|
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 |
---|---|
List<ComparisonNodeBase> |
ICellsCompareResult.getComponents()
Deprecated.
Gets the list of all components which are presented in the document after comparison
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
ICellsCompareResult.getComponentsInternal()
Deprecated.
Gets components internal.
|
List<ComparisonNodeBase> |
ICellsCompareResult.getDeleted()
Deprecated.
Gets deleted components from the document
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
ICellsCompareResult.getDeletedInternal()
Deprecated.
Gets deleted internal.
|
List<ComparisonNodeBase> |
ICellsCompareResult.getInserted()
Deprecated.
Gets inserted components inserted into documents
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
ICellsCompareResult.getInsertedInternal()
Deprecated.
Gets inserted internal.
|
List<ComparisonNodeBase> |
ICellsCompareResult.getModified()
Deprecated.
Gets components which were modified
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
ICellsCompareResult.getModifiedInternal()
Deprecated.
Gets modified internal.
|
List<ComparisonNodeBase> |
ICellsCompareResult.getNotModified()
Deprecated.
Gets components that were not modified
|
com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> |
ICellsCompareResult.getNotModifiedInternal()
Deprecated.
Gets not modified internal.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonCellBase
Deprecated.
|
class |
ComparisonCellRangeBase
Deprecated.
|
class |
ComparisonChartBase
Deprecated.
|
class |
ComparisonColumnBase
Deprecated.
|
class |
ComparisonCompositeNodeBase
Deprecated.
|
class |
com.groupdocs.comparison.cells.contracts.nodes.ComparisonHyperlinkBase
Deprecated.
|
class |
ComparisonParagraphBase
Deprecated.
|
class |
ComparisonPictureBase
Deprecated.
|
class |
ComparisonRowBase
Deprecated.
|
class |
ComparisonRunBase
Deprecated.
|
class |
ComparisonShapeBase
Deprecated.
|
class |
ComparisonTextBodyBase
Deprecated.
|
class |
ComparisonTextBoxBase
Deprecated.
|
class |
com.groupdocs.comparison.cells.contracts.nodes.ComparisonTextParagraphBase
Deprecated.
|
class |
ComparisonWorkbookBase
Deprecated.
|
class |
ComparisonWorksheetBase
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract List<ComparisonNodeBase> |
ComparisonCompositeNodeBase.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonCompositeNodeBase.getChildren()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ComparisonCompositeNodeBase.updateContents(com.aspose.ms.System.Collections.Generic.List<ComparisonNodeBase> newChilds)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonCell
Deprecated.
|
class |
ComparisonChart
Deprecated.
|
class |
ComparisonHyperlink
Deprecated.
|
class |
ComparisonPicture
Deprecated.
|
class |
ComparisonRange
Deprecated.
|
class |
ComparisonRun
Deprecated.
|
class |
ComparisonShape
Deprecated.
|
class |
ComparisonTextBody
Deprecated.
|
class |
ComparisonTextBox
Deprecated.
|
class |
ComparisonTextParagraph
Deprecated.
|
class |
ComparisonWorkbook
Deprecated.
|
class |
ComparisonWorksheet
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ComparisonNodeBase> |
ComparisonCell.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonChart.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonPicture.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonRange.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonShape.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonTextBody.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonTextBox.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonTextParagraph.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonWorkbook.getChildNodes()
Deprecated.
|
List<ComparisonNodeBase> |
ComparisonWorksheet.getChildNodes()
Deprecated.
|
Copyright © 2018. All rights reserved.