VisitorAction enumeration
VisitorAction enumeration
Allows the visitor to control the enumeration of nodes.
Members
Name | Description |
---|---|
Continue | The visitor requests the enumeration to continue. |
SkipThisNode | 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