VisitorAction enumeration
VisitorAction enumeration
Allows the visitor to control the enumeration of nodes.
Members
Name | Description |
---|---|
CONTINUE | The visitor requests the enumeration to continue. |
SKIP_THIS_NODE | The visitor requests to skip the current node and continue enumeration. |
STOP | The visitor requests the enumeration of nodes to stop. |
See Also
- module aspose.words