public interface MathConverter
MathConverterFactory
.
The implementation of this interface must be thread-safe, though a math converter is never reused or shared between different threads.
Modifier and Type | Method and Description |
---|---|
Element |
convertMath(Element oMath)
Convert specified OpenXML math element to MathML.
|