Click or drag to resize

StyleCollectionGetEnumerator Method

Returns an enumerator that iterates through the StyleCollection.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IEnumerator<Style> GetEnumerator()

Return Value

IEnumeratorStyle
An IEnumerator<Style> object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also