@Deprecated public abstract class ComparisonColumnBase extends ComparisonCompositeNodeBase
interface IComparisonColumn
Constructor and Description |
---|
ComparisonColumnBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> |
getCells()
Deprecated.
Gets the cells.
|
int |
getIndex()
Deprecated.
Gets index of current column
Value:
The index.
|
String |
getTextFromSelectedCells(int[] cellsNumbers)
Deprecated.
Gets the text from selected cells.
|
double |
getWidth()
Deprecated.
Gets the width.
|
abstract void |
setCells(com.aspose.ms.System.Collections.Generic.List<ComparisonCellBase> value)
Deprecated.
Gets the cells.
|
void |
setIndex(int value)
Deprecated.
Gets index of current column
Value:
The index.
|
void |
setWidth(double value)
Deprecated.
Gets the width.
|
getChildNodes, getChildren, updateContents
getAsposeObject, getChangeType, getStyleChanges, getText, setChangeType, setStyleChanges
public int getIndex()
Gets index of current column
Value: The index.public void setIndex(int value)
Gets index of current column
Value: The index.value
- the valuepublic double getWidth()
Gets the width.
Value: The width.public void setWidth(double value)
Gets the width.
Value: The width.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.