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