FixedLayoutFormats.AllEnumerable

FixedLayoutFormats.AllEnumerable class

Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the FixedLayoutFormats type

public sealed class AllEnumerable : IEnumerable<FixedLayoutFormats>

Constructors

Name Description
AllEnumerable() The default constructor.

Methods

Name Description
GetEnumerator() Returns an enumerator for all supportable WordProcessing formats

See Also