Package com.xmlmind.w2x.docx.toxhtml
Class SaveXHTML
- java.lang.Object
-
- com.xmlmind.w2x.docx.toxhtml.SaveXHTML
-
public final class SaveXHTML extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsave(Document doc, boolean indent, String encoding, File file)static voidsaveMathML(Element element, boolean indent, String encoding, File file)
-
-
-
Method Detail
-
save
public static void save(Document doc, boolean indent, String encoding, File file) throws IOException
- Throws:
IOException
-
saveMathML
public static void saveMathML(Element element, boolean indent, String encoding, File file) throws IOException
- Throws:
IOException
-
-