'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.