|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.NodeChangedEventArgs
public class NodeChangedEventArgs
| Property Getters/Setters Summary | ||
|---|---|---|
int | getAction() | |
| Gets a value indicating what type of node change event is occurring. The value of the property is NodeChangedAction integer constant. | ||
Node | getNewParent() | |
| Gets the node's parent that will be set after the operation completes. | ||
Node | getNode() | |
|
Gets the |
||
Node | getOldParent() | |
| Gets the node's parent before the operation began. | ||
| Property Getters/Setters Detail |
|---|
getNode | |
public Node getNode() | |
getOldParent | |
public Node getOldParent() | |
getNewParent | |
public Node getNewParent() | |
getAction | |
public int getAction() | |
|
ASPOSE home | ||||||||