[]
Represents a collection of OMathElement instances.
public class OMathElementCollection : ContentObjectCollection<OMathElement>, IContentList<OMathElement>, IReadOnlyList<OMathElement>, IReadOnlyCollection<OMathElement>, IEnumerable<OMathElement>, IEnumerable
Public Class OMathElementCollection
Inherits ContentObjectCollection(Of OMathElement)
Implements IContentList(Of OMathElement), IReadOnlyList(Of OMathElement), IReadOnlyCollection(Of OMathElement), IEnumerable(Of OMathElement), IEnumerable
Name | Description |
---|---|
Add() | Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection. |
Add(OMathBuiltInEquation) | Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection. |
Add(string) | Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection. |
Insert(InsertLocation) | Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection. |
Insert(OMathBuiltInEquation, InsertLocation) | Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection. |
Insert(string, InsertLocation) | Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection. |