@Deprecated public class ComparisonWorksheet extends ComparisonWorksheetBase
class ComparisonWorksheet
Constructor and Description |
---|
ComparisonWorksheet()
Deprecated.
Initializes a new instance of the
ComparisonWorksheet class. |
ComparisonWorksheet(com.aspose.cells.Worksheet asposeWorksheet)
Deprecated.
Initializes a new instance of the
ComparisonWorksheet class. |
Modifier and Type | Method and Description |
---|---|
ICellsCompareResult |
compareWith(ComparisonWorksheetBase targetWorksheet,
CellsComparisonSettings settings)
Deprecated.
Compares the with.
|
Object |
getAsposeObject()
Deprecated.
|
ComparisonCellRangeBase |
getCellRange()
Deprecated.
Gets an object which represents a collection of cells
|
List<ComparisonNodeBase> |
getChildNodes()
Deprecated.
|
com.groupdocs.comparison.cells.contracts.nodes.ComparisonHyperlinkBase[] |
getHyperlink()
Deprecated.
Gets the hyperlink.
|
int |
getIndex()
Deprecated.
Gets the index.
|
String |
getName()
Deprecated.
Gets or sets the name.
|
ComparisonShapeBase[] |
getShapes()
Deprecated.
Gets the shapes.
|
String |
getText()
Deprecated.
Gets the text.
|
void |
setName(String value)
Deprecated.
Gets or sets the name.
|
setCellRange, setIndex
getChildren, updateContents
getChangeType, getStyleChanges, setChangeType, setStyleChanges
public ComparisonWorksheet(com.aspose.cells.Worksheet asposeWorksheet) throws Exception
Initializes a new instance of the ComparisonWorksheet
class.
asposeWorksheet
- The aspose worksheet.Exception
public ComparisonWorksheet()
Initializes a new instance of the ComparisonWorksheet
class.
public int getIndex()
Gets the index.
Value: The index.getIndex
in class ComparisonWorksheetBase
public String getName()
Gets or sets the name.
Value: The name.getName
in class ComparisonWorksheetBase
public void setName(String value)
Gets or sets the name.
Value: The name.setName
in class ComparisonWorksheetBase
value
- the valuepublic ICellsCompareResult compareWith(ComparisonWorksheetBase targetWorksheet, CellsComparisonSettings settings) throws Exception
Compares the with.
compareWith
in class ComparisonWorksheetBase
targetWorksheet
- The target worksheet.settings
- The settings.Exception
public ComparisonCellRangeBase getCellRange()
Gets an object which represents a collection of cells
getCellRange
in class ComparisonWorksheetBase
public ComparisonShapeBase[] getShapes()
Gets the shapes.
Value: The shapes.getShapes
in class ComparisonWorksheetBase
public com.groupdocs.comparison.cells.contracts.nodes.ComparisonHyperlinkBase[] getHyperlink()
Gets the hyperlink.
Value: The hyperlink.getHyperlink
in class ComparisonWorksheetBase
public 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.