[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElementCollection

OMathElementCollection Class

Represents a collection of OMathElement instances.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
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

Methods

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.