@Deprecated public class ComparisonRun extends ComparisonNode implements IComparisonRun
Class ComparisonRun.
Constructor and Description |
---|
ComparisonRun()
Deprecated.
Initializes a new instance of the
ComparisonRun class. |
ComparisonRun(com.aspose.words.Run run)
Deprecated.
Instantiates a new Comparison run.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.words.Run |
cloneStyleRun(com.aspose.words.Run clonedRun)
Deprecated.
Clones the style clonedRun.
|
IComparisonRun |
deepClone()
Deprecated.
Clones this instance.
|
com.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle |
getStyle()
Deprecated.
Gets or sets the style.
|
String |
getText()
Deprecated.
Gets or sets the text of the run.
|
void |
setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle value)
Deprecated.
Gets or sets the style.
|
void |
setText(String value)
Deprecated.
Gets or sets the text of the run.
|
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
getComparisonNodeType, getStyleChanged, getType, setStyleChanged, setType
public ComparisonRun(com.aspose.words.Run run)
run
- the runpublic String getText()
Gets or sets the text of the run.
Value: The text.getText
in interface IComparisonNode
getText
in interface IComparisonRun
getText
in class ComparisonNode
public void setText(String value) throws Exception
Gets or sets the text of the run.
Value: The text.setText
in interface IComparisonRun
value
- the valueException
- the exceptionpublic com.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle getStyle()
Gets or sets the style.
Value: The style.getStyle
in interface IComparisonRun
public void setStyle(com.groupdocs.comparison.words.contracts.styles.IComparisonRunStyle value)
Gets or sets the style.
Value: The style.setStyle
in interface IComparisonRun
value
- the valuepublic IComparisonRun deepClone() throws Exception
Clones this instance.
deepClone
in interface IComparisonRun
Exception
- the exceptionCopyright © 2018. All rights reserved.