@Deprecated public interface IComparisonParagraph extends IComparisonTextComponent
interface IComparisonParagraph
Modifier and Type | Method and Description |
---|---|
void |
addRun(String text)
Deprecated.
Add run.
|
List<com.groupdocs.comparison.text.contracts.IComparisonRun> |
getRuns()
Deprecated.
Gets or sets the runs.
|
void |
setRuns(List<com.groupdocs.comparison.text.contracts.IComparisonRun> value)
Deprecated.
Gets or sets the runs.
|
getText, getType, setText, setType
List<com.groupdocs.comparison.text.contracts.IComparisonRun> getRuns()
void setRuns(List<com.groupdocs.comparison.text.contracts.IComparisonRun> value)
value
- the valuevoid addRun(String text)
text
- the textCopyright © 2018. All rights reserved.