[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathParagraphCollection

OMathParagraphCollection Class

Represents a collection of OMathParagraph instances.

Namespace: GrapeCity.Documents.Word
Assembly: GcDocs.Word.dll
Syntax
public class OMathParagraphCollection : ContentObjectCollection<OMathParagraph>, IContentList<OMathParagraph>, IReadOnlyList<OMathParagraph>, IReadOnlyCollection<OMathParagraph>, IEnumerable<OMathParagraph>, IEnumerable

Methods

Name Description
Add()

Adds a OMathParagraph to the collection at the End location.

Add(OMathBuiltInEquation)

Adds a OMathParagraph to the collection at the End location.

Insert(InsertLocation)

Inserts a OMathParagraph into the collection at the specified location.

Insert(OMathBuiltInEquation, InsertLocation)

Inserts a OMathParagraph into the collection at the specified location.