[]
        
(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)
Parameters
Type Name Description
ContentObject content

The source ContentObject to convert.

XmlWriter result

The target XmlWriter where to write the MathML content.

ToMathML(RangeBase, XmlWriter)

Converts a RangeBase to MathML.

Declaration
public bool ToMathML(RangeBase range, XmlWriter result)
Parameters
Type Name Description
RangeBase range

The source RangeBase to convert.

XmlWriter result

The target XmlWriter where to write the MathML content.

Returns
Type Description
bool

true if the range is converter successfully; otherwise false