[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathCollection

Class OMathCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of OMath objects.

public class OMathCollection : ContentObjectCollection<OMath>, IContentList<OMath>, IReadOnlyList<OMath>, IReadOnlyCollection<OMath>, IEnumerable<OMath>, IEnumerable
Inheritance
object
OMathCollection
Implements
System.Collections.Generic.IReadOnlyList<T><OMath>
System.Collections.Generic.IReadOnlyCollection<T><OMath>
System.Collections.Generic.IEnumerable<T><OMath>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

Add()

Adds a new OMath object to this collection at the End location.

public OMath Add()

Returns

OMath

The added OMath object.

Add(OMathBuiltInEquation)

Adds a new OMath object to this collection at the End location.

public OMath Add(OMathBuiltInEquation equation)

Parameters

equation OMathBuiltInEquation

A built-in equation to fill the OMath instance.

Returns

OMath

The added OMath object.

Insert(InsertLocation)

Inserts a new OMath into this collection at the specified location.

public OMath Insert(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMath

The inserted OMath object.

Insert(OMathBuiltInEquation, InsertLocation)

Inserts a new OMath into this collection at the specified location.

public OMath Insert(OMathBuiltInEquation equation, InsertLocation location)

Parameters

equation OMathBuiltInEquation

A built-in equation to fill the OMath.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMath

The inserted OMath instance.