Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / MathMLConverter Class / FromMathML Method / FromMathML(XmlReader,RangeBase,InsertLocation) Method
The source System.Xml.XmlReader containing the MathML content to convert.
The target RangeBase where to add the converted content.
The target InsertLocation for the insertion.

In This Topic
    FromMathML(XmlReader,RangeBase,InsertLocation) Method
    In This Topic
    Adds MathML content to a RangeBase.
    Syntax
    'Declaration
     
    Public Overloads Function FromMathML( _
       ByVal mathML As System.Xml.XmlReader, _
       ByVal range As RangeBase, _
       Optional ByVal location As InsertLocation _
    ) As ContentObject()
    public ContentObject[] FromMathML( 
       System.Xml.XmlReader mathML,
       RangeBase range,
       InsertLocation location
    )

    Parameters

    mathML
    The source System.Xml.XmlReader containing the MathML content to convert.
    range
    The target RangeBase where to add the converted content.
    location
    The target InsertLocation for the insertion.

    Return Value

    The array of created ContentObjects.
    See Also