@Deprecated public class ComparisonParagraph extends Object implements IComparisonParagraph
class ComparisonParagraph
Constructor and Description |
---|
ComparisonParagraph()
Deprecated.
Initializes a new instance of the
ComparisonParagraph class. |
ComparisonParagraph(String text)
Deprecated.
Initializes a new instance of the
ComparisonParagraph class. |
Modifier and Type | Method and Description |
---|---|
void |
addRun(String text)
Deprecated.
Adds the run.
|
List<com.groupdocs.comparison.text.contracts.IComparisonRun> |
getRuns()
Deprecated.
Gets or sets the runs.
|
String |
getText()
Deprecated.
Gets or sets the text.
|
int |
getType()
Deprecated.
Gets or sets the type.
|
void |
setRuns(List<com.groupdocs.comparison.text.contracts.IComparisonRun> value)
Deprecated.
Gets or sets the runs.
|
void |
setRunsInternal(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.text.contracts.IComparisonRun> value)
Deprecated.
|
void |
setText(String value)
Deprecated.
Gets or sets the text.
|
void |
setType(int value)
Deprecated.
Gets or sets the type.
|
public ComparisonParagraph()
Initializes a new instance of the ComparisonParagraph
class.
public ComparisonParagraph(String text)
Initializes a new instance of the ComparisonParagraph
class.
text
- The text.public String getText()
Gets or sets the text.
Value: The text.getText
in interface IComparisonTextComponent
public void setText(String value)
Gets or sets the text.
Value: The text.setText
in interface IComparisonTextComponent
value
- the valuepublic int getType()
Gets or sets the type.
Value: The type.getType
in interface IComparisonTextComponent
public void setType(int value)
Gets or sets the type.
Value: The type.setType
in interface IComparisonTextComponent
value
- the valuepublic List<com.groupdocs.comparison.text.contracts.IComparisonRun> getRuns()
Gets or sets the runs.
Value: The runs.getRuns
in interface IComparisonParagraph
public void setRuns(List<com.groupdocs.comparison.text.contracts.IComparisonRun> value)
Gets or sets the runs.
Value: The runs.setRuns
in interface IComparisonParagraph
value
- the valuepublic void setRunsInternal(com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.text.contracts.IComparisonRun> value)
public void addRun(String text)
Adds the run.
addRun
in interface IComparisonParagraph
text
- The text.Copyright © 2018. All rights reserved.