[]
Used to convert GcWord content to MathML, or append MathML content to GcWord Office Math objects. When converting multiple objects, creating and reusing the same instance of this class improves performance.
public class MathMLConverter
Public Class MathMLConverter
Name | Description |
---|---|
MathMLConverter() | Creates a new instance of the MathMLConverter class. |
Name | Description |
---|---|
FromMathML(XmlReader, OMath) | Adds MathML content to a OMath. |
FromMathML(XmlReader, OMathElement) | Adds MathML content to a OMathElement. |
FromMathML(XmlReader, OMathParagraph) | Adds MathML content to a OMathParagraph. |
FromMathML(XmlReader, RangeBase, InsertLocation) | Adds MathML content to a RangeBase. |
ToMathML(ContentObject, XmlWriter) | Converts a ContentObject to MathML. |
ToMathML(RangeBase, XmlWriter) | Converts a RangeBase to MathML. |