@Deprecated public interface IComparisonRun extends IComparisonNode
Interface IComparisonRun
Modifier and Type | Method and Description |
---|---|
IComparisonRun |
deepClone()
Deprecated.
Deep clone comparison run.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle |
getStyle()
Deprecated.
Gets style.
|
String |
getText()
Deprecated.
Gets or sets the text of the run.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle value)
Deprecated.
Sets style.
|
void |
setText(String value)
Deprecated.
Sets text.
|
getComparisonNodeType, getStyleChanged, getType, setStyleChanged, setType
String getText()
getText
in interface IComparisonNode
void setText(String value) throws Exception
value
- the valueException
- the exceptioncom.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle getStyle()
void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle value)
value
- the valueIComparisonRun deepClone() throws Exception
Exception
- the exceptionCopyright © 2018. All rights reserved.