ASPOSE home

com.aspose.words
Class NodeChangedAction

java.lang.Object
    extended by 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 intINSERT
           A node is being inserted in the tree.
static final intREMOVE
           A node is being removed from the tree.
 

Field Detail

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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home