[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathParagraphCollection

OMathParagraphCollection Class

Represents a collection of OMathParagraph instances.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class OMathParagraphCollection : ContentObjectCollection<OMathParagraph>, IContentList<OMathParagraph>, IReadOnlyList<OMathParagraph>, IReadOnlyCollection<OMathParagraph>, IEnumerable<OMathParagraph>, IEnumerable
Public Class OMathParagraphCollection
    Inherits ContentObjectCollection(Of OMathParagraph)
    Implements IContentList(Of OMathParagraph), IReadOnlyList(Of OMathParagraph), IReadOnlyCollection(Of OMathParagraph), IEnumerable(Of 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.