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