NodeEnumerator
Overview
NodeEnumerator is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerator<Node>, IDocumentPositionListener.
This class provides 3 methods for working with NodeEnumerator objects in .NET programs.
Available methods include: Dispose, MoveNext, Reset.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Current.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Current | Node | Read | Gets the current. |
Methods
| Signature | Description |
|---|---|
MoveNext() → bool | Calls MoveNext on this NodeEnumerator instance. |
Reset() | Calls Reset on this NodeEnumerator instance. |
Dispose() | Calls Dispose on this NodeEnumerator instance. |