'Declaration Public Overloads Function FromMathML( _ ByVal mathML As System.Xml.XmlReader, _ ByVal to As OMathParagraph _ ) As OMath
public OMath FromMathML( System.Xml.XmlReader mathML, OMathParagraph to )
Parameters
- mathML
- The source System.Xml.XmlReader containing the MathML content to convert.
- to
- The target OMathParagraph where to add the converted content.
Return Value
The newly created OMath that contains the added content.