[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.MathMLConverter.ToMathML

ToMathML Method

ToMathML(ContentObject, XmlWriter)

Converts a ContentObject to MathML.

Declaration
public void ToMathML(ContentObject content, XmlWriter result)
Public Sub ToMathML(content As ContentObject, result As XmlWriter)
Parameters
Type Name Description
ContentObject content

The source ContentObject to convert.

XmlWriter result

The target System.Xml.XmlWriter where to write the MathML content.

ToMathML(RangeBase, XmlWriter)

Converts a RangeBase to MathML.

Declaration
public bool ToMathML(RangeBase range, XmlWriter result)
Public Function ToMathML(range As RangeBase, result As XmlWriter) As Boolean
Parameters
Type Name Description
RangeBase range

The source RangeBase to convert.

XmlWriter result

The target System.Xml.XmlWriter where to write the MathML content.

Returns
Type Description
bool

true if the range is converter successfully; otherwise false