Interface MathConverterFactory

  • All Known Implementing Classes:
    MathConverterFactoryImpl

    public interface MathConverterFactory
    Factory used to create math converters.

    A unique instance of the implementation of this interface is used by all threads. Therefore the implementation of this interface must be thread-safe.

    • Method Detail

      • createMathConverter

        MathConverter createMathConverter​(Element oMath)
                                   throws Exception
        Returns a math converter allowing to convert specified OpenXML math element.
        Parameters:
        oMath - a m:oMathPara or m:oMath element to be converted
        Returns:
        converter or null if there is no such converter
        Throws:
        Exception - if for any reason this method fails