NodeEnumerator

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

NameTypeAccessDescription
CurrentNodeReadGets the current.

Methods

SignatureDescription
MoveNext()boolCalls MoveNext on this NodeEnumerator instance.
Reset()Calls Reset on this NodeEnumerator instance.
Dispose()Calls Dispose on this NodeEnumerator instance.

See Also