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