@Deprecated public class ComparisonRun extends Object implements com.groupdocs.comparison.text.contracts.IComparisonRun
class ComparisonRun
Constructor and Description |
---|
ComparisonRun(String text)
Deprecated.
Initializes a new instance of the
ComparisonRun class. |
public ComparisonRun(String text)
Initializes a new instance of the ComparisonRun
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 valueCopyright © 2018. All rights reserved.