@Deprecated public interface IComparisonTable extends IComparisonCompositeNode
Interface IComparisonTable
Modifier and Type | Method and Description |
---|---|
IWordsCompareResult |
compareWith(IComparisonTable targetTable,
WordsComparisonSettings settings)
Deprecated.
Compare with words compare result.
|
IComparisonColumn[] |
getColumns()
Deprecated.
Get columns comparison column [ ].
|
int |
getResultColumnsCount()
Deprecated.
Gets or sets the result columns count.
///
|
int |
getResultInsertedColumnsCount()
Deprecated.
Gets or sets the result inserted columns count.
|
int |
getResultInsertedRowCount()
Deprecated.
Gets or sets the result inserted row count.
|
int |
getResultRowCount()
Deprecated.
Gets or sets the result row count.
|
IComparisonRow[] |
getRows()
Deprecated.
Get rows comparison row [ ].
|
List<Object> |
getRowStyles()
Deprecated.
Gets row styles.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle |
getStyle()
Deprecated.
Gets style.
|
void |
setResultColumnsCount(int value)
Deprecated.
Gets or sets the result columns count.
///
|
void |
setResultInsertedColumnsCount(int value)
Deprecated.
Gets or sets the result inserted columns count.
|
void |
setResultInsertedRowCount(int value)
Deprecated.
Gets or sets the result inserted row count.
|
void |
setResultRowCount(int value)
Deprecated.
Gets or sets the result row count.
|
void |
setRowStyles(List<Object> value)
Deprecated.
Sets row styles.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle value)
Deprecated.
Sets style.
|
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
IComparisonRow[] getRows()
IComparisonColumn[] getColumns()
int getResultColumnsCount()
void setResultColumnsCount(int value)
int getResultRowCount()
void setResultRowCount(int value)
int getResultInsertedColumnsCount()
void setResultInsertedColumnsCount(int value)
int getResultInsertedRowCount()
void setResultInsertedRowCount(int value)
void setRowStyles(List<Object> value)
value
- the valueIWordsCompareResult compareWith(IComparisonTable targetTable, WordsComparisonSettings settings) throws Exception
targetTable
- the target tablesettings
- the settingsException
com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle getStyle()
void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle value)
value
- the valueCopyright © 2018. All rights reserved.