Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElementCollection Class
Properties Methods

In This Topic
    OMathElementCollection Class Members
    In This Topic

    The following tables list the members exposed by OMathElementCollection.

    Public Properties
     NameDescription
    Public Property Gets the number of content items in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the first item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the item at the specified index in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public Property Gets the last item in the collection. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a new OMathElement to the collection at the InsertLocation.End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.  
    Public Method Prints debug info of the collection into console. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Public MethodOverloaded. Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection.  
    Public Method Prints debug info of the collection into the string. (Inherited from GrapeCity.Documents.Word.ContentCollection<T>)
    Top
    See Also