Package com.xmlmind.w2x.docx.math
Interface MathConverter
-
public interface MathConverterSpecifies the interface which must be implemented by a math converter created by anMathConverterFactory.The implementation of this interface must be thread-safe, though a math converter is never reused or shared between different threads.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementconvertMath(Element oMath)Convert specified OpenXML math element to MathML.
-