@Deprecated public abstract class ComparisonCellBase extends ComparisonParagraphBase
interface IComparisonCell
Constructor and Description |
---|
ComparisonCellBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ICellsCompareResult |
compareWith(ComparisonCellBase targetCell,
CellsComparisonSettings settings)
Deprecated.
Compares current cell with another.
|
int |
getColumn()
Deprecated.
Gets the column.
|
String |
getName()
Deprecated.
Gets the name of current cell.
|
int |
getRow()
Deprecated.
Gets the row.
|
ComparisonStyleBase |
getStyle()
Deprecated.
Gets the style.
|
Object |
getValue()
Deprecated.
Gets or sets the value of current cell.
|
boolean |
isStyleSet()
Deprecated.
Gets a value indicating whether the style has been set to current cell.
|
protected void |
setColumn(int value)
Deprecated.
Gets the column.
|
protected void |
setName(String value)
Deprecated.
Gets the name of current cell.
|
abstract void |
setNewCoordinates(int row,
int column)
Deprecated.
Sets new coordinates.
|
protected void |
setRow(int value)
Deprecated.
Gets the row.
|
protected void |
setStyle(ComparisonStyleBase value)
Deprecated.
Gets the style.
|
void |
setStyleSet(boolean value)
Deprecated.
Gets a value indicating whether the style has been set to current cell.
|
void |
setValue(Object value)
Deprecated.
Gets or sets the value of current cell.
|
getRuns, setRuns
getChildNodes, getChildren, updateContents
getAsposeObject, getChangeType, getStyleChanges, getText, setChangeType, setStyleChanges
public boolean isStyleSet() throws Exception
Gets a value indicating whether the style has been set to current cell.
Value:true
if this instance is style set; otherwise, false
.Exception
public void setStyleSet(boolean value)
Gets a value indicating whether the style has been set to current cell.
Value:true
if this instance is style set; otherwise, false
.value
- the valuepublic String getName() throws Exception
Gets the name of current cell.
Value: The name.Exception
protected void setName(String value)
Gets the name of current cell.
Value: The name.value
- the valuepublic int getColumn()
Gets the column.
Value: The column.protected void setColumn(int value)
Gets the column.
Value: The column.value
- the valuepublic int getRow()
Gets the row.
Value: The row.protected void setRow(int value)
Gets the row.
Value: The row.value
- the valuepublic Object getValue() throws Exception
Gets or sets the value of current cell.
Value: The value.Exception
public void setValue(Object value) throws Exception
Gets or sets the value of current cell.
Value: The value.value
- the valueException
public ComparisonStyleBase getStyle()
Gets the style.
Value: The style.protected void setStyle(ComparisonStyleBase value)
Gets the style.
Value: The style.value
- the valuepublic abstract ICellsCompareResult compareWith(ComparisonCellBase targetCell, CellsComparisonSettings settings) throws Exception
Compares current cell with another.
targetCell
- The target cell.settings
- The settings.Exception
public abstract void setNewCoordinates(int row, int column)
row
- the rowcolumn
- the columnCopyright © 2018. All rights reserved.