[]
Represents a collection of OMath objects.
public class OMathCollection : ContentObjectCollection<OMath>, IContentList<OMath>, IReadOnlyList<OMath>, IReadOnlyCollection<OMath>, IEnumerable<OMath>, IEnumerable
Public Class OMathCollection
Inherits ContentObjectCollection(Of OMath)
Implements IContentList(Of OMath), IReadOnlyList(Of OMath), IReadOnlyCollection(Of OMath), IEnumerable(Of OMath), IEnumerable
Name | Description |
---|---|
Add() | Adds a new OMath object to this collection at the End location. |
Add(OMathBuiltInEquation) | Adds a new OMath object to this collection at the End location. |
Insert(InsertLocation) | Inserts a new OMath into this collection at the specified location. |
Insert(OMathBuiltInEquation, InsertLocation) | Inserts a new OMath into this collection at the specified location. |