@Deprecated public class ComparisonTable extends ComparisonCompositeNode implements IComparisonTable
Class ComparisonTable.
Constructor and Description |
---|
ComparisonTable(double[] columnWidths,
double[] rowHeights)
Deprecated.
Initializes a new instance of the
ComparisonTable class. |
ComparisonTable(com.aspose.words.Table table)
Deprecated.
Instantiates a new Comparison table.
|
Modifier and Type | Method and Description |
---|---|
IWordsCompareResult |
compareWith(IComparisonTable targetTable,
WordsComparisonSettings settings)
Deprecated.
Compares the with.
|
IComparisonColumn[] |
getColumns()
Deprecated.
Gets the row collection of table.
|
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.
Gets the row collection of table.
|
List<Object> |
getRowStyles()
Deprecated.
Gets or sets the row styles.
|
com.aspose.ms.System.Collections.Generic.List<Object> |
getRowStylesInternal()
Deprecated.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle |
getStyle()
Deprecated.
Gets or sets the style.
|
String |
getText()
Deprecated.
Gets the text.
|
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.
Gets or sets the row styles.
|
void |
setRowStylesInternal(com.aspose.ms.System.Collections.Generic.List<Object> value)
Deprecated.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle 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 ComparisonTable(com.aspose.words.Table table)
table
- the tablepublic IWordsCompareResult compareWith(IComparisonTable targetTable, WordsComparisonSettings settings) throws Exception
Compares the with.
compareWith
in interface IComparisonTable
targetTable
- The target table.settings
- The settings.Exception
public com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle getStyle()
Gets or sets the style.
Value: The style.getStyle
in interface IComparisonTable
public void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonTableStyle value)
Gets or sets the style.
Value: The style.setStyle
in interface IComparisonTable
value
- the valuepublic IComparisonRow[] getRows()
Gets the row collection of table.
Value: The rows.getRows
in interface IComparisonTable
public IComparisonColumn[] getColumns()
Gets the row collection of table.
Value: The columns.getColumns
in interface IComparisonTable
public String getText()
Gets the text.
getText
in interface IComparisonNode
getText
in class ComparisonNode
public int getResultColumnsCount()
Gets or sets the result columns count.
Value: The result columns count.getResultColumnsCount
in interface IComparisonTable
public void setResultColumnsCount(int value)
Gets or sets the result columns count.
Value: The result columns count.setResultColumnsCount
in interface IComparisonTable
public int getResultRowCount()
Gets or sets the result row count.
Value: The result row count.getResultRowCount
in interface IComparisonTable
public void setResultRowCount(int value)
Gets or sets the result row count.
Value: The result row count.setResultRowCount
in interface IComparisonTable
public int getResultInsertedColumnsCount()
Gets or sets the result inserted columns count.
Value: The result inserted columns count.getResultInsertedColumnsCount
in interface IComparisonTable
public void setResultInsertedColumnsCount(int value)
Gets or sets the result inserted columns count.
Value: The result inserted columns count.setResultInsertedColumnsCount
in interface IComparisonTable
public int getResultInsertedRowCount()
Gets or sets the result inserted row count.
Value: The result inserted row count.getResultInsertedRowCount
in interface IComparisonTable
public void setResultInsertedRowCount(int value)
Gets or sets the result inserted row count.
Value: The result inserted row count.setResultInsertedRowCount
in interface IComparisonTable
public List<Object> getRowStyles()
Gets or sets the row styles.
Value: The row styles.getRowStyles
in interface IComparisonTable
public com.aspose.ms.System.Collections.Generic.List<Object> getRowStylesInternal()
public void setRowStyles(List<Object> value)
Gets or sets the row styles.
Value: The row styles.setRowStyles
in interface IComparisonTable
value
- the valuepublic void setRowStylesInternal(com.aspose.ms.System.Collections.Generic.List<Object> value)
Copyright © 2018. All rights reserved.