An instance of the ParagraphCollection class contains all paragraphs in a Text Control document or part of the document represented through objects of the type Paragraph. An instance of this class can be obtained with the TextControl.Paragraphs, HeaderFooter.Paragraphs or TextFrame.Paragraphs property. The ParagraphCollection class implements the IEnumerable and the ICollection interfaces.

Syntax

public class ParagraphCollection : ICollection, IEnumerable
Public Class ParagraphCollection
  Implements ICollection
  Implements IEnumerable

Introduced: 15.0.

Methods

Method Description
CopyTo Copies the elements of the collection to an array, starting at a particular index.
GetEnumerator Returns an enumerator that can be used to iterate through the collection.
GetItem Gets a particular paragraph from the collection.

Properties

Property Description
Count Gets the number of elements contained in the collection.
Item Gets a paragraph from the collection.