@Deprecated public class ComparisonColumn extends ComparisonNode implements IComparisonColumn
Class ComparisonColumn.
Constructor and Description |
---|
ComparisonColumn(double columnWidth,
double[] cellHeights)
Deprecated.
Initializes a new instance of the
ComparisonColumn class. |
ComparisonColumn(IComparisonCell[] cells)
Deprecated.
Instantiates a new Comparison column.
|
Modifier and Type | Method and Description |
---|---|
IWordsCompareResult |
compareWith(IComparisonColumn targetColumn,
WordsComparisonSettings settings)
Deprecated.
Compares the with.
|
IComparisonCell[] |
getCells()
Deprecated.
Gets or sets the cells collection for current row.
|
int |
getComparisonNodeType()
Deprecated.
Gets the type of the node.
|
String |
getText()
Deprecated.
Gets the text.
|
String |
getTextFromSelectedCells(int[] cellsnumbers)
Deprecated.
Gets the text from selected cells.
|
getAsposeObject, getAuthor, getAuthors, getContent, getNodePosition, getStyleChanged, getType, setAuthor, setAuthors, setContent, setNodePosition, setStyleChanged, setType, updateContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStyleChanged, getType, setStyleChanged, setType
public ComparisonColumn(IComparisonCell[] cells)
cells
- the cellspublic IWordsCompareResult compareWith(IComparisonColumn targetColumn, WordsComparisonSettings settings) throws Exception
Compares the with.
compareWith
in interface IComparisonColumn
targetColumn
- The target column.settings
- The settings.Exception
public IComparisonCell[] getCells()
Gets or sets the cells collection for current row.
Value: The cells.getCells
in interface IComparisonColumn
public String getText() throws Exception
Gets the text.
getText
in interface IComparisonNode
getText
in class ComparisonNode
Exception
public String getTextFromSelectedCells(int[] cellsnumbers) throws Exception
Gets the text from selected cells.
getTextFromSelectedCells
in interface IComparisonColumn
cellsnumbers
- The cellsnumbers.Exception
public int getComparisonNodeType()
Gets the type of the node.
Value: The type of the node.getComparisonNodeType
in interface IComparisonNode
getComparisonNodeType
in class ComparisonNode
Copyright © 2018. All rights reserved.