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

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

    Parameters

    mathML
    The source System.Xml.XmlReader containing the MathML content to convert.
    to
    The target OMathElement where to add the converted content.

    Return Value

    The array of created ContentObjects.
    See Also