@Deprecated public class ComparisonCell extends ComparisonCompositeNode implements IComparisonCell
Class ComparisonCell.
Constructor and Description |
---|
ComparisonCell()
Deprecated.
Initializes a new instance of the
ComparisonCell class. |
ComparisonCell(com.aspose.words.Cell _cell)
Deprecated.
Instantiates a new Comparison cell.
|
ComparisonCell(int type)
Deprecated.
Instantiates a new Comparison cell.
|
Modifier and Type | Method and Description |
---|---|
IComparisonParagraph |
addParagraph()
Deprecated.
Adds the paragraph.
|
IWordsCompareResult |
compareWith(IComparisonCell targetCell,
WordsComparisonSettings settings)
Deprecated.
Compares the with.
|
int |
getHorizontalMerge()
Deprecated.
Gets or sets the horizontal merge.
|
IComparisonParagraph[] |
getParagraphs()
Deprecated.
Gets the paragraphs.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle |
getStyle()
Deprecated.
Gets or sets the style.
|
String |
getText()
Deprecated.
Gets the text.
|
double |
getWidth()
Deprecated.
Gets or sets the width.
|
void |
setHorizontalMerge(int value)
Deprecated.
Gets or sets the horizontal merge.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle value)
Deprecated.
Gets or sets the style.
|
void |
setWidth(double value)
Deprecated.
Gets or sets the width.
|
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 ComparisonCell(com.aspose.words.Cell _cell) throws Exception
_cell
- the cellException
public ComparisonCell(int type) throws Exception
type
- the typeException
- the exceptionpublic IWordsCompareResult compareWith(IComparisonCell targetCell, WordsComparisonSettings settings) throws Exception
Compares the with.
compareWith
in interface IComparisonCell
targetCell
- The target cell.settings
- The settings.Exception
public int getHorizontalMerge()
Gets or sets the horizontal merge.
Value: The horizontal merge.getHorizontalMerge
in interface IComparisonCell
public void setHorizontalMerge(int value)
Gets or sets the horizontal merge.
Value: The horizontal merge.setHorizontalMerge
in interface IComparisonCell
value
- the valuepublic IComparisonParagraph[] getParagraphs()
Gets the paragraphs.
Value: The paragraphs.getParagraphs
in interface IComparisonCell
public double getWidth()
Gets or sets the width.
Value: The width.getWidth
in interface IComparisonCell
public void setWidth(double value)
Gets or sets the width.
Value: The width.setWidth
in interface IComparisonCell
value
- the valuepublic IComparisonParagraph addParagraph() throws Exception
Adds the paragraph.
addParagraph
in interface IComparisonCell
Exception
public com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle getStyle()
Gets or sets the style.
Value: The style.getStyle
in interface IComparisonCell
public void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonCellStyle value)
Gets or sets the style.
Value: The style.setStyle
in interface IComparisonCell
value
- the valuepublic String getText() throws Exception
Gets the text.
getText
in interface IComparisonNode
getText
in class ComparisonNode
Exception
Copyright © 2018. All rights reserved.