|
java.lang.Object
com.aspose.words.NodeChangedEventArgs
public class NodeChangedEventArgs - extends java.lang.Object
Provides data for the NodeChangedEventHandler.
- See Also:
- Document, NodeChangedEventHandler, NodeChangedAction
|
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 that is being added or removed.
|
Node | getOldParent() | | |
Gets the node's parent before the operation began.
|
|
Property Getters/Setters Detail |
getNode | |
public Node getNode()
|
-
Gets the Node that is being added or removed.
getOldParent | |
public Node getOldParent()
|
-
Gets the node's parent before the operation began.
getNewParent | |
public Node getNewParent()
|
-
Gets the node's parent that will be set after the operation completes.
getAction | |
public int getAction()
|
-
Gets a value indicating what type of node change event is occurring.
The value of the property is NodeChangedAction integer constant.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|