
To provide better support to programmatically iterate through and process paragraphs, a Paragraphs collection is available. This collection is available for: i) document's main body ii) headers and footers and iii) text frames.
All formatting attributes can be programmed for each Paragraph, using the ParagraphFormat and ListFormat objects. Additionally, properties are available for: i) first character, ii) first line of a paragraph, iii) number of characters and lines and iv) formatting style.
A Text property and several Save methods can be used to access the paragraph's contents.
The ListNumber and the ListNumberText properties provide further support for numbered lists.