[]
Represents a collection of OMath objects.
public class OMathCollection : ContentObjectCollection<OMath>, IContentList<OMath>, IReadOnlyList<OMath>, IReadOnlyCollection<OMath>, IEnumerable<OMath>, IEnumerable
public OMath Add()
public OMath Add(OMathBuiltInEquation equation)
equation
OMathBuiltInEquationA built-in equation to fill the OMath instance.
Inserts a new OMath into this collection at the specified location.
public OMath Insert(InsertLocation location)
location
InsertLocationThe target InsertLocation for the insertion.
Inserts a new OMath into this collection at the specified location.
public OMath Insert(OMathBuiltInEquation equation, InsertLocation location)
equation
OMathBuiltInEquationA built-in equation to fill the OMath.
location
InsertLocationThe target InsertLocation for the insertion.