@Deprecated public interface IComparisonCell extends IComparisonCompositeNode
Interface IComparisonCell
Modifier and Type | Method and Description |
---|---|
IComparisonParagraph |
addParagraph()
Deprecated.
Add paragraph comparison paragraph.
|
IWordsCompareResult |
compareWith(IComparisonCell targetCell,
WordsComparisonSettings settings)
Deprecated.
Compare with words compare result.
|
int |
getHorizontalMerge()
Deprecated.
Gets horizontal merge.
|
IComparisonParagraph[] |
getParagraphs()
Deprecated.
Get paragraphs comparison paragraph [ ].
|
com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle |
getStyle()
Deprecated.
Gets style.
|
double |
getWidth()
Deprecated.
Gets width.
|
void |
setHorizontalMerge(int value)
Deprecated.
Sets horizontal merge.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle value)
Deprecated.
Sets style.
|
void |
setWidth(double value)
Deprecated.
Sets width.
|
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
IComparisonParagraph[] getParagraphs()
double getWidth()
void setWidth(double value)
value
- the valueint getHorizontalMerge()
void setHorizontalMerge(int value)
value
- the valueIWordsCompareResult compareWith(IComparisonCell targetCell, WordsComparisonSettings settings) throws Exception
targetCell
- the target cellsettings
- the settingsException
IComparisonParagraph addParagraph() throws Exception
Exception
com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle getStyle()
void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle value)
value
- the valueCopyright © 2018. All rights reserved.