[]
Represents a collection of OMathParagraph instances.
public class OMathParagraphCollection : ContentObjectCollection<OMathParagraph>, IContentList<OMathParagraph>, IReadOnlyList<OMathParagraph>, IReadOnlyCollection<OMathParagraph>, IEnumerable<OMathParagraph>, IEnumerable
| Name | Description |
|---|---|
| Add() | Adds a OMathParagraph to the collection at the End location. |
| Add(OMathBuiltInEquation) | Adds a OMathParagraph to the collection at the End location. |
| Insert(InsertLocation) | Inserts a OMathParagraph into the collection at the specified location. |
| Insert(OMathBuiltInEquation, InsertLocation) | Inserts a OMathParagraph into the collection at the specified location. |