[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathParagraphCollection

Class OMathParagraphCollection

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

Represents a collection of OMathParagraph instances.

public class OMathParagraphCollection : ContentObjectCollection<OMathParagraph>, IContentList<OMathParagraph>, IReadOnlyList<OMathParagraph>, IReadOnlyCollection<OMathParagraph>, IEnumerable<OMathParagraph>, IEnumerable
Inheritance
object
OMathParagraphCollection
Implements
System.Collections.Generic.IReadOnlyList<T><OMathParagraph>
System.Collections.Generic.IReadOnlyCollection<T><OMathParagraph>
System.Collections.Generic.IEnumerable<T><OMathParagraph>
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 OMathParagraph to the collection at the End location.

public OMathParagraph Add()

Returns

OMathParagraph

The added OMathParagraph instance with child OMath.

Add(OMathBuiltInEquation)

Adds a OMathParagraph to the collection at the End location.

public OMathParagraph Add(OMathBuiltInEquation equation)

Parameters

equation OMathBuiltInEquation

The built-in equation to fill the OMathParagraph.

Returns

OMathParagraph

The added OMathParagraph.

Insert(InsertLocation)

Inserts a OMathParagraph into the collection at the specified location.

public OMathParagraph Insert(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathParagraph

The inserted OMathParagraph instance with child OMath.

Insert(OMathBuiltInEquation, InsertLocation)

Inserts a OMathParagraph into the collection at the specified location.

public OMathParagraph Insert(OMathBuiltInEquation equation, InsertLocation location)

Parameters

equation OMathBuiltInEquation

The built-in equation to fill the OMathParagraph.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathParagraph

The inserted OMathParagraph instance.