Aspose::Words::NodeChangingAction enum

NodeChangingAction enum

Specifies the type of node change.

enum class NodeChangingAction

Values

NameValueDescription
Insert0A node is being inserted in the tree.
Remove1A node is being removed from the tree.

See Also