@Deprecated public interface IComparisonRow extends IComparisonCompositeNode
Interface IComparisonRow
Modifier and Type | Method and Description |
---|---|
IWordsCompareResult |
compareWith(IComparisonRow targetRow,
WordsComparisonSettings settings)
Deprecated.
Compare with words compare result.
|
IComparisonCell[] |
getCells()
Deprecated.
Get cells comparison cell [ ].
|
com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle |
getStyle()
Deprecated.
Gets style.
|
String |
getTextFromSelectedCells(int[] cellsNumbers)
Deprecated.
Gets text from selected cells.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle value)
Deprecated.
Sets style.
|
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
IComparisonCell[] getCells() throws Exception
Exception
IWordsCompareResult compareWith(IComparisonRow targetRow, WordsComparisonSettings settings) throws Exception
targetRow
- the target rowsettings
- the settingsException
com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle getStyle()
void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRowStyle value)
value
- the valueString getTextFromSelectedCells(int[] cellsNumbers)
cellsNumbers
- the cellsnumbersCopyright © 2018. All rights reserved.