Package | Description |
---|---|
com.groupdocs.comparison.cells.contracts.nodes | |
com.groupdocs.comparison.cells.nodes |
Modifier and Type | Method and Description |
---|---|
ComparisonCellBase[] |
ComparisonCellRangeBase.getCells()
Deprecated.
Gets all cells from current range
|
abstract ComparisonCellBase |
ComparisonCellRangeBase.getItem(int row,
int column)
Deprecated.
Gets the cell by its coordinates
|
abstract ComparisonCellBase |
ComparisonCellRangeBase.getItem(String cellName)
Deprecated.
Gets the cell by its name
|
Modifier and Type | Method and Description |
---|---|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> |
ComparisonColumnBase.getCells()
Deprecated.
Gets the cells.
|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> |
ComparisonRowBase.getCells()
Deprecated.
Gets the cells.
|
Modifier and Type | Method and Description |
---|---|
abstract ICellsCompareResult |
ComparisonCellBase.compareWith(ComparisonCellBase targetCell,
CellsComparisonSettings settings)
Deprecated.
Compares current cell with another.
|
protected void |
ComparisonCellRangeBase.setCells(ComparisonCellBase[] value)
Deprecated.
Gets all cells from current range
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ComparisonColumnBase.setCells(com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> value)
Deprecated.
Gets the cells.
|
abstract void |
ComparisonRowBase.setCells(com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> value)
Deprecated.
Gets the cells.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonCell
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ComparisonCellBase[] |
ComparisonRange.getCells()
Deprecated.
Gets the cells.
|
ComparisonCellBase |
ComparisonRange.getItem(int row,
int column)
Deprecated.
Gets cell by ots row and column
|
ComparisonCellBase |
ComparisonRange.getItem(String cellName)
Deprecated.
Gets cell by ots name
|
Modifier and Type | Method and Description |
---|---|
ICellsCompareResult |
ComparisonCell.compareWith(ComparisonCellBase targetCell,
CellsComparisonSettings settings)
Deprecated.
Compares the with.
|
Copyright © 2018. All rights reserved.