@Deprecated public class ComparisonRow extends ComparisonCompositeNode implements IComparisonRow
Class ComparisonRow.
Constructor and Description |
---|
ComparisonRow(double[] cellWidth,
double rowHeight)
Deprecated.
Initializes a new instance of the
ComparisonRow class. |
ComparisonRow(com.aspose.words.Row row)
Deprecated.
Instantiates a new Comparison row.
|
Modifier and Type | Method and Description |
---|---|
IWordsCompareResult |
compareWith(IComparisonRow targetRow,
WordsComparisonSettings settings)
Deprecated.
Compares the with.
|
IComparisonCell[] |
getCells()
Deprecated.
Gets or sets the cells collection for current row.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle |
getStyle()
Deprecated.
Gets or sets the style.
|
String |
getText()
Deprecated.
Gets the text.
|
String |
getTextFromSelectedCells(int[] cellsNumbers)
Deprecated.
Gets the text from selected cells.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle value)
Deprecated.
Gets or sets the style.
|
appendChild, getChildNodes, getCount, getEnumerator, getEnumeratorInternal, insertBefore, iterator
getAsposeObject, getAuthor, getAuthors, getComparisonNodeType, getContent, getNodePosition, getStyleChanged, getType, setAuthor, setAuthors, setContent, setNodePosition, setStyleChanged, setType, updateContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getType, setStyleChanged, setType
public ComparisonRow(com.aspose.words.Row row)
row
- the rowpublic IWordsCompareResult compareWith(IComparisonRow targetRow, WordsComparisonSettings settings) throws Exception
Compares the with.
compareWith
in interface IComparisonRow
targetRow
- The target row.settings
- The settings.Exception
public com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle getStyle()
Gets or sets the style.
Value: The style.getStyle
in interface IComparisonRow
public void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle value)
Gets or sets the style.
Value: The style.setStyle
in interface IComparisonRow
value
- the valuepublic IComparisonCell[] getCells() throws Exception
Gets or sets the cells collection for current row.
Value: The cells.getCells
in interface IComparisonRow
Exception
public String getText()
Gets the text.
getText
in interface IComparisonNode
getText
in class ComparisonNode
public String getTextFromSelectedCells(int[] cellsNumbers)
Gets the text from selected cells.
getTextFromSelectedCells
in interface IComparisonRow
cellsNumbers
- The cellsNumbers.Copyright © 2018. All rights reserved.