[]
Represents a collection of Paragraph objects.
public class ParagraphCollection : ContentObjectCollection<Paragraph>, IContentList<Paragraph>, IReadOnlyList<Paragraph>, IReadOnlyCollection<Paragraph>, IEnumerable<Paragraph>, IEnumerable
| Name | Description |
|---|---|
| Add() | |
| Add(Style) | |
| Add(string) | |
| Add(string, Style) | |
| Insert(InsertLocation) | Inserts a Paragraph into this collection at a specified location. |
| Insert(Style, InsertLocation) | Inserts a Paragraph into this collection at a specified location. |
| Insert(string, InsertLocation) | Inserts a Paragraph into this collection at a specified location. |
| Insert(string, Style, InsertLocation) | Inserts a Paragraph into this collection at a specified location. |