TextParagraphEnumerator
TextParagraphEnumerator class
Iterator of TextParagraph objects. Please use for…of statement to iterate over them.
class TextParagraphEnumerator implements Iterable<TextParagraph> {
[Symbol.iterator](): Iterator<TextParagraph>;
}