[]
Adds MathML content to a OMathParagraph.
public OMath FromMathML(XmlReader mathML, OMathParagraph to)
Public Function FromMathML(mathML As XmlReader, [to] As OMathParagraph) As OMath
Type | Name | Description |
---|---|---|
XmlReader | mathML | The source System.Xml.XmlReader containing the MathML content to convert. |
OMathParagraph | to | The target OMathParagraph where to add the converted content. |
Adds MathML content to a OMath.
public ContentObject[] FromMathML(XmlReader mathML, OMath to)
Public Function FromMathML(mathML As XmlReader, [to] As OMath) As ContentObject()
Type | Name | Description |
---|---|---|
XmlReader | mathML | The source System.Xml.XmlReader containing the MathML content to convert. |
OMath | to | The target OMath where to add the converted content. |
Type | Description |
---|---|
ContentObject[] | The array of created ContentObjects. |
Adds MathML content to a OMathElement.
public ContentObject[] FromMathML(XmlReader mathML, OMathElement to)
Public Function FromMathML(mathML As XmlReader, [to] As OMathElement) As ContentObject()
Type | Name | Description |
---|---|---|
XmlReader | mathML | The source System.Xml.XmlReader containing the MathML content to convert. |
OMathElement | to | The target OMathElement where to add the converted content. |
Type | Description |
---|---|
ContentObject[] | The array of created ContentObjects. |
Adds MathML content to a RangeBase.
public ContentObject[] FromMathML(XmlReader mathML, RangeBase range, InsertLocation location = InsertLocation.End)
Public Function FromMathML(mathML As XmlReader, range As RangeBase, Optional location As InsertLocation = InsertLocation.End) As ContentObject()
Type | Name | Description |
---|---|---|
XmlReader | mathML | The source System.Xml.XmlReader containing the MathML content to convert. |
RangeBase | range | The target RangeBase where to add the converted content. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
ContentObject[] | The array of created ContentObjects. |