DocumentIterator Properties
Iterates over document elements.| Name | Description |
|---|---|
| Current | Gets the document element currently visited by the iterator. |
| CurrentParagraphIndex | Gets the index of a document paragraph currently visited by the iterator. |
| CurrentParagraphProperties | Gets access to the properties of a document paragraph currently visited by the iterator. |
| CurrentSectionIndex | Gets the index of a document section currently visited by the iterator. |
| CurrentSectionProperties | Gets access to the properties of a document section currently visited by the iterator. |
See Also