Package com.xmlmind.w2x.docx.math
Interface MathConverterFactory
-
- All Known Implementing Classes:
MathConverterFactoryImpl
public interface MathConverterFactoryFactory 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MathConvertercreateMathConverter(Element oMath)Returns a math converter allowing to convert specified OpenXML math element.
-
-
-
Method Detail
-
createMathConverter
MathConverter createMathConverter(Element oMath) throws Exception
Returns a math converter allowing to convert specified OpenXML math element.- Parameters:
oMath- am:oMathParaorm:oMathelement to be converted- Returns:
- converter or
nullif there is no such converter - Throws:
Exception- if for any reason this method fails
-
-