@Deprecated public class ComparisonCell extends ComparisonCellBase
class ComparisonCell
Constructor and Description |
---|
ComparisonCell()
Deprecated.
Initializes a new instance of the
ComparisonCell class. |
ComparisonCell(com.aspose.cells.Cell asposeCell)
Deprecated.
Initializes a new instance of the
ComparisonCell class. |
Modifier and Type | Method and Description |
---|---|
ICellsCompareResult |
compareWith(ComparisonCellBase targetCell,
CellsComparisonSettings settings)
Deprecated.
Compares the with.
|
Object |
getAsposeObject()
Deprecated.
|
List<ComparisonNodeBase> |
getChildNodes()
Deprecated.
|
int |
getColumn()
Deprecated.
Gets the column.
|
String |
getName()
Deprecated.
Gets the name.
|
int |
getRow()
Deprecated.
Gets the row.
|
ComparisonRunBase[] |
getRuns()
Deprecated.
Gets the runs.
|
ComparisonStyleBase |
getStyle()
Deprecated.
Gets the style.
|
String |
getText()
Deprecated.
Gets the text.
|
Object |
getValue()
Deprecated.
Gets or sets the value.
|
boolean |
isStyleSet()
Deprecated.
Gets a value indicating whether this instance is style set.
|
void |
setNewCoordinates(int newRowPosition,
int newColumnPosition)
Deprecated.
Sets new coordinates.
|
void |
setRuns(ComparisonRunBase[] value)
Deprecated.
Gets the runs.
|
void |
setValue(Object value)
Deprecated.
Gets or sets the value.
|
setColumn, setName, setRow, setStyle, setStyleSet
getChildren, updateContents
getChangeType, getStyleChanges, setChangeType, setStyleChanges
public ComparisonCell(com.aspose.cells.Cell asposeCell)
Initializes a new instance of the ComparisonCell
class.
asposeCell
- The aspose cell.public ComparisonCell()
Initializes a new instance of the ComparisonCell
class.
public int getColumn()
Gets the column.
Value: The column.getColumn
in class ComparisonCellBase
public boolean isStyleSet() throws Exception
Gets a value indicating whether this instance is style set.
Value:true
if this instance is style set; otherwise, false
.isStyleSet
in class ComparisonCellBase
Exception
public String getName() throws Exception
Gets the name.
Value: The name.getName
in class ComparisonCellBase
Exception
public int getRow()
Gets the row.
Value: The row.getRow
in class ComparisonCellBase
public Object getValue() throws Exception
Gets or sets the value.
Value: The value.getValue
in class ComparisonCellBase
Exception
public void setValue(Object value) throws Exception
Gets or sets the value.
Value: The value.setValue
in class ComparisonCellBase
value
- the valueException
public ComparisonStyleBase getStyle()
Gets the style.
Value: The style.getStyle
in class ComparisonCellBase
public ICellsCompareResult compareWith(ComparisonCellBase targetCell, CellsComparisonSettings settings) throws Exception
Compares the with.
compareWith
in class ComparisonCellBase
targetCell
- The target cell.settings
- The settings.Exception
public void setNewCoordinates(int newRowPosition, int newColumnPosition)
ComparisonCellBase
setNewCoordinates
in class ComparisonCellBase
newRowPosition
- the rownewColumnPosition
- the columnpublic ComparisonRunBase[] getRuns()
Gets the runs.
Value: The runs.getRuns
in class ComparisonParagraphBase
public void setRuns(ComparisonRunBase[] value)
Gets the runs.
Value: The runs.setRuns
in class ComparisonParagraphBase
value
- the valuepublic String getText()
Gets the text.
getText
in class ComparisonNodeBase
public Object getAsposeObject()
getAsposeObject
in class ComparisonNodeBase
public List<ComparisonNodeBase> getChildNodes()
getChildNodes
in class ComparisonCompositeNodeBase
Copyright © 2018. All rights reserved.