​
​
​

Gets a collection of all paragraphs contained in the main text of the document. The property value is an object of the type ParagraphCollection.

​ Introduced: 15.0.

Syntax

​public ParagraphCollection Paragraphs { get; }
​Public ReadOnly Property Paragraphs() As ParagraphCollection
​

Limitations

Read only.

​