java.lang.Object
com.aspose.words.NodeChangingAction
public class NodeChangingAction
| 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. | ||
| Field Detail |
|---|
INSERT = 0 | |
public static final int INSERT | |
REMOVE = 1 | |
public static final int REMOVE | |