@Deprecated public abstract class ComparisonCellRangeBase extends ComparisonCompositeNodeBase
Constructor and Description |
---|
ComparisonCellRangeBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ComparisonCellBase[] |
getCells()
Deprecated.
Gets all cells from current range
|
ComparisonColumnBase[] |
getColumns()
Deprecated.
Gets columns of cells from current range
|
abstract ComparisonCellBase |
getItem(int row,
int column)
Deprecated.
Gets the cell by its coordinates
|
abstract ComparisonCellBase |
getItem(String cellName)
Deprecated.
Gets the cell by its name
|
int |
getMaxColumn()
Deprecated.
Gets maximal cell column idex from current range
|
int |
getMaxRow()
Deprecated.
Gets maximal cell row idex from current range
|
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.cells.contracts.helpers.ComparisonCellArea> |
getMergedCells()
Deprecated.
Gets the merged cells.
|
int |
getMinColumn()
Deprecated.
Gets minimal cell column idex from current range
|
int |
getMinRow()
Deprecated.
Gets minimal cell row idex from current range
|
ComparisonRowBase[] |
getRows()
Deprecated.
Gets rows of cells from current range
|
protected void |
setCells(ComparisonCellBase[] value)
Deprecated.
Gets all cells from current range
|
void |
setColumns(ComparisonColumnBase[] value)
Deprecated.
Gets columns of cells from current range
|
protected void |
setMaxColumn(int value)
Deprecated.
Gets maximal cell column idex from current range
|
protected void |
setMaxRow(int value)
Deprecated.
Gets maximal cell row idex from current range
|
void |
setMergedCells(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.cells.contracts.helpers.ComparisonCellArea> value)
Deprecated.
Gets the merged cells.
|
protected void |
setMinColumn(int value)
Deprecated.
Gets minimal cell column idex from current range
|
protected void |
setMinRow(int value)
Deprecated.
Gets minimal cell row idex from current range
|
void |
setRows(ComparisonRowBase[] value)
Deprecated.
Gets rows of cells from current range
|
getChildNodes, getChildren, updateContents
getAsposeObject, getChangeType, getStyleChanges, getText, setChangeType, setStyleChanges
public ComparisonRowBase[] getRows()
Gets rows of cells from current range
public void setRows(ComparisonRowBase[] value)
Gets rows of cells from current range
value
- the valuepublic ComparisonColumnBase[] getColumns()
Gets columns of cells from current range
public void setColumns(ComparisonColumnBase[] value)
Gets columns of cells from current range
value
- the valuepublic ComparisonCellBase[] getCells()
Gets all cells from current range
protected void setCells(ComparisonCellBase[] value)
Gets all cells from current range
value
- the valuepublic int getMaxColumn()
Gets maximal cell column idex from current range
protected void setMaxColumn(int value)
Gets maximal cell column idex from current range
value
- the valuepublic int getMaxRow()
Gets maximal cell row idex from current range
protected void setMaxRow(int value)
Gets maximal cell row idex from current range
value
- the valuepublic int getMinColumn()
Gets minimal cell column idex from current range
protected void setMinColumn(int value)
Gets minimal cell column idex from current range
value
- the valuepublic int getMinRow()
Gets minimal cell row idex from current range
protected void setMinRow(int value)
Gets minimal cell row idex from current range
value
- the valuepublic abstract ComparisonCellBase getItem(String cellName)
Gets the cell by its name
cellName
- the cell namepublic abstract ComparisonCellBase getItem(int row, int column)
Gets the cell by its coordinates
row
- the rowcolumn
- the columnpublic com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.cells.contracts.helpers.ComparisonCellArea> getMergedCells()
Gets the merged cells.
Value: The merged cells.public void setMergedCells(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.cells.contracts.helpers.ComparisonCellArea> value)
Gets the merged cells.
Value: The merged cells.value
- the valueCopyright © 2018. All rights reserved.