@Deprecated public abstract class ComparisonRowBase extends ComparisonCompositeNodeBase
interface IComparisonRow
Constructor and Description |
---|
ComparisonRowBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> |
getCells()
Deprecated.
Gets the cells.
|
double |
getHeight()
Deprecated.
Gets the height.
|
int |
getIndex()
Deprecated.
Gets index of current row
|
String |
getTextFromSelectedCells(int[] cellsnumbers)
Deprecated.
Gets the text from selected cells.
|
abstract void |
setCells(com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> value)
Deprecated.
Gets the cells.
|
void |
setHeight(double value)
Deprecated.
Gets the height.
|
void |
setIndex(int value)
Deprecated.
Gets index of current row
|
getChildNodes, getChildren, updateContents
getAsposeObject, getChangeType, getStyleChanges, getText, setChangeType, setStyleChanges
public int getIndex()
Gets index of current row
public void setIndex(int value)
Gets index of current row
value
- the valuepublic double getHeight()
Gets the height.
Value: The height.public void setHeight(double value)
Gets the height.
Value: The height.value
- the valuepublic abstract com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> getCells()
Gets the cells.
Value: The cells.public abstract void setCells(com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> value)
Gets the cells.
Value: The cells.value
- the valueCopyright © 2018. All rights reserved.