Aspose::Words::NodeChangingAction enum
NodeChangingAction enum
Specifies the type of node change.
enum class NodeChangingAction
Values
Name | Value | Description |
---|---|---|
Insert | 0 | A node is being inserted in the tree. |
Remove | 1 | A node is being removed from the tree. |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++