@Deprecated public abstract class ComparisonNodeBase extends Object
interface IComparisonNode
Constructor and Description |
---|
ComparisonNodeBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
getAsposeObject()
Deprecated.
|
int |
getChangeType()
Deprecated.
Gets or Sets type of changes of this node
Value:
The type of the change.
|
List<StyleChangeInfo> |
getStyleChanges()
Deprecated.
|
String |
getText()
Deprecated.
Gets text of current node
|
void |
setChangeType(int value)
Deprecated.
Gets or Sets type of changes of this node
Value:
The type of the change.
|
void |
setStyleChanges(List<StyleChangeInfo> value)
Deprecated.
|
public int getChangeType()
Gets or Sets type of changes of this node
Value: The type of the change.public void setChangeType(int value)
Gets or Sets type of changes of this node
Value: The type of the change.value
- the valuepublic String getText() throws Exception
Gets text of current node
Exception
public abstract Object getAsposeObject()
public List<StyleChangeInfo> getStyleChanges()
public void setStyleChanges(List<StyleChangeInfo> value)
Copyright © 2018. All rights reserved.