@Deprecated public abstract class ComparisonNodeBase extends Object implements IComparisonNode
Base class of comparison node
Constructor and Description |
---|
ComparisonNodeBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
getAsposeObject()
Deprecated.
Gets aspose object.
|
abstract String |
getAuthor()
Deprecated.
|
abstract com.aspose.ms.System.Collections.Generic.List<String> |
getAuthors()
Deprecated.
|
abstract int |
getComparisonNodeType()
Deprecated.
Gets the type of the node.
|
abstract com.aspose.ms.System.Collections.Generic.List<IComparisonNode> |
getContent()
Deprecated.
Gets .
|
abstract int |
getNodePosition()
Deprecated.
|
abstract StyleChangeInfo[] |
getStyleChanged()
Deprecated.
Gets or sets the style changed.
|
abstract String |
getText()
Deprecated.
Gets the text.
|
abstract int |
getType()
Deprecated.
Gets or sets the changement type of current node.
|
abstract void |
setAuthor(String value)
Deprecated.
|
abstract void |
setAuthors(com.aspose.ms.System.Collections.Generic.List<String> value)
Deprecated.
|
abstract void |
setContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> value)
Deprecated.
Sets .
|
abstract void |
setNodePosition(int value)
Deprecated.
|
abstract void |
setStyleChanged(StyleChangeInfo[] value)
Deprecated.
Gets or sets the style changed.
|
abstract void |
setType(int value)
Deprecated.
Gets or sets the changement type of current node.
|
abstract void |
updateContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> nodes)
Deprecated.
Update content.
|
public abstract int getComparisonNodeType()
Gets the type of the node.
Value: The type of the node.getComparisonNodeType
in interface IComparisonNode
public abstract int getType()
Gets or sets the changement type of current node.
Value: The type.getType
in interface IComparisonNode
public abstract void setType(int value)
Gets or sets the changement type of current node.
Value: The type.setType
in interface IComparisonNode
value
- the valuepublic abstract String getText() throws Exception
Gets the text.
getText
in interface IComparisonNode
Exception
public abstract StyleChangeInfo[] getStyleChanged()
Gets or sets the style changed.
Value: The style changed.getStyleChanged
in interface IComparisonNode
public abstract void setStyleChanged(StyleChangeInfo[] value)
Gets or sets the style changed.
Value: The style changed.setStyleChanged
in interface IComparisonNode
value
- the valuepublic abstract Object getAsposeObject()
public abstract com.aspose.ms.System.Collections.Generic.List<IComparisonNode> getContent()
public abstract void setContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> value)
value
- the valuepublic abstract void updateContent(com.aspose.ms.System.Collections.Generic.List<IComparisonNode> nodes)
nodes
- the nodespublic abstract String getAuthor()
public abstract void setAuthor(String value)
public abstract com.aspose.ms.System.Collections.Generic.List<String> getAuthors()
public abstract void setAuthors(com.aspose.ms.System.Collections.Generic.List<String> value)
public abstract int getNodePosition()
public abstract void setNodePosition(int value)
Copyright © 2018. All rights reserved.