[]
Represents a collection of OMathParagraph instances.
public class OMathParagraphCollection : ContentObjectCollection<OMathParagraph>, IContentList<OMathParagraph>, IReadOnlyList<OMathParagraph>, IReadOnlyCollection<OMathParagraph>, IEnumerable<OMathParagraph>, IEnumerable
Adds a OMathParagraph to the collection at the End location.
public OMathParagraph Add()
The added OMathParagraph instance with child OMath.
Adds a OMathParagraph to the collection at the End location.
public OMathParagraph Add(OMathBuiltInEquation equation)
equation
OMathBuiltInEquationThe built-in equation to fill the OMathParagraph.
The added OMathParagraph.
Inserts a OMathParagraph into the collection at the specified location.
public OMathParagraph Insert(InsertLocation location)
location
InsertLocationThe target InsertLocation for the insertion.
The inserted OMathParagraph instance with child OMath.
Inserts a OMathParagraph into the collection at the specified location.
public OMathParagraph Insert(OMathBuiltInEquation equation, InsertLocation location)
equation
OMathBuiltInEquationThe built-in equation to fill the OMathParagraph.
location
InsertLocationThe target InsertLocation for the insertion.
The inserted OMathParagraph instance.