[]
Converts a ContentObject to MathML.
public void ToMathML(ContentObject content, XmlWriter result)
Public Sub ToMathML(content As ContentObject, result As XmlWriter)
| Type | Name | Description |
|---|---|---|
| ContentObject | content | The source ContentObject to convert. |
| XmlWriter | result | The target System.Xml.XmlWriter where to write the MathML content. |
Converts a RangeBase to MathML.
public bool ToMathML(RangeBase range, XmlWriter result)
Public Function ToMathML(range As RangeBase, result As XmlWriter) As Boolean
| Type | Name | Description |
|---|---|---|
| RangeBase | range | The source RangeBase to convert. |
| XmlWriter | result | The target System.Xml.XmlWriter where to write the MathML content. |
| Type | Description |
|---|---|
| bool | true if the range is converter successfully; otherwise false |