|
java.lang.Object
com.aspose.words.NodeChangedAction
public class NodeChangedAction - extends java.lang.Object
Utility class containing constants.
Specifies the type of node change.
- See Also:
- NodeChangedEventArgs, NodeChangedEventArgs.Action
|
Field Summary |
static final int | INSERT | |
|
A node is being inserted in the tree.
|
static final int | REMOVE | |
|
A node is being removed from the tree.
|
INSERT | |
public static final int INSERT |
-
A node is being inserted in the tree.
REMOVE | |
public static final int REMOVE |
-
A node is being removed from the tree.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|