@Deprecated public abstract class ComparisonWorksheetBase extends ComparisonCompositeNodeBase
interface IComparisonWorksheet
Constructor and Description |
---|
ComparisonWorksheetBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract ICellsCompareResult |
compareWith(ComparisonWorksheetBase targetWorksheet,
CellsComparisonSettings settings)
Deprecated.
Compares current worksheet to another
|
ComparisonCellRangeBase |
getCellRange()
Deprecated.
Gets the object which represents a cell collection
|
abstract com.groupdocs.comparison.cells.contracts.nodes.ComparisonHyperlinkBase[] |
getHyperlink()
Deprecated.
Gets the hyperlink.
|
int |
getIndex()
Deprecated.
Gets the index of current worksheet
|
String |
getName()
Deprecated.
Gets or Sets the name of current worksheet
|
abstract ComparisonShapeBase[] |
getShapes()
Deprecated.
Gets the shapes.
|
protected void |
setCellRange(ComparisonCellRangeBase value)
Deprecated.
Gets the object which represents a cell collection
|
void |
setIndex(int value)
Deprecated.
Gets the index of current worksheet
|
void |
setName(String value)
Deprecated.
Gets or Sets the name of current worksheet
|
getChildNodes, getChildren, updateContents
getAsposeObject, getChangeType, getStyleChanges, getText, setChangeType, setStyleChanges
public int getIndex()
Gets the index of current worksheet
public void setIndex(int value)
Gets the index of current worksheet
value
- the valuepublic String getName()
Gets or Sets the name of current worksheet
public void setName(String value)
Gets or Sets the name of current worksheet
value
- the valuepublic abstract ICellsCompareResult compareWith(ComparisonWorksheetBase targetWorksheet, CellsComparisonSettings settings) throws Exception
Compares current worksheet to another
targetWorksheet
- Worksheet to comparesettings
- Comparison settingsException
public ComparisonCellRangeBase getCellRange()
Gets the object which represents a cell collection
protected void setCellRange(ComparisonCellRangeBase value)
Gets the object which represents a cell collection
value
- the valuepublic abstract ComparisonShapeBase[] getShapes()
Gets the shapes.
Value: The shapes.public abstract com.groupdocs.comparison.cells.contracts.nodes.ComparisonHyperlinkBase[] getHyperlink()
Gets the hyperlink.
Value: The hyperlink.Copyright © 2018. All rights reserved.