[]
Enumerates the elements in the document in the specified direction.
public IEnumerable<C1TextElement> Enumerate(LogicalDirection dir)
Public Function Enumerate(dir As LogicalDirection) As IEnumerable(Of C1TextElement)
| Type | Name | Description |
|---|---|---|
| LogicalDirection | dir |
| Type | Description |
|---|---|
| IEnumerable<C1TextElement> | The enumeration of the elements in the specified direction. |