[]
Represents a collection of Paragraph objects.
public class ParagraphCollection : ContentObjectCollection<Paragraph>, IContentList<Paragraph>, IReadOnlyList<Paragraph>, IReadOnlyCollection<Paragraph>, IEnumerable<Paragraph>, IEnumerable
Public Class ParagraphCollection
Inherits ContentObjectCollection(Of Paragraph)
Implements IContentList(Of Paragraph), IReadOnlyList(Of Paragraph), IReadOnlyCollection(Of Paragraph), IEnumerable(Of 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. |