@Deprecated public abstract class ComparisonRunBase extends ComparisonNodeBase
interface IComparisonRun
Constructor and Description |
---|
ComparisonRunBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Deprecated.
Get column int.
|
ComparisonFontBase |
getFont()
Deprecated.
Gets font properties of current run
|
int |
getPosition()
Deprecated.
Get position int.
|
int |
getRow()
Deprecated.
Get row int.
|
String |
getText()
Deprecated.
Gets or Sets text of current node
|
void |
setColumn(int value)
Deprecated.
Set column.
|
protected void |
setFont(ComparisonFontBase value)
Deprecated.
Gets font properties of current run
|
void |
setPosition(int value)
Deprecated.
Set position.
|
void |
setRow(int value)
Deprecated.
Set row.
|
void |
setText(String value)
Deprecated.
Gets or Sets text of current node
|
getAsposeObject, getChangeType, getStyleChanges, setChangeType, setStyleChanges
public ComparisonFontBase getFont()
Gets font properties of current run
protected void setFont(ComparisonFontBase value)
Gets font properties of current run
value
- the valuepublic String getText()
Gets or Sets text of current node
getText
in class ComparisonNodeBase
public void setText(String value)
Gets or Sets text of current node
value
- the valuepublic int getColumn()
public void setColumn(int value)
value
- the valuepublic int getPosition()
public void setPosition(int value)
value
- the valuepublic int getRow()
public void setRow(int value)
value
- the valueCopyright © 2018. All rights reserved.