[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathCollection

OMathCollection Class

Represents a collection of OMath objects.

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

Methods

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.