浏览代码

提供一个ppt教程

4.1.3.A
jueyue 8 年前
父节点
当前提交
695a677220
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      doc/EasyPoi培训.pptx
  2. +2
    -2
      easypoi-base/src/main/java/org/jeecgframework/poi/word/entity/MyXWPFDocument.java

二进制
doc/EasyPoi培训.pptx 查看文件


+ 2
- 2
easypoi-base/src/main/java/org/jeecgframework/poi/word/entity/MyXWPFDocument.java 查看文件

@@ -82,7 +82,7 @@ public class MyXWPFDocument extends XWPFDocument {
try {
xmlToken = XmlToken.Factory.parse(picXml);
} catch (XmlException xe) {
LOGGER.error(xe.getMessage(), xe.fillInStackTrace());
LOGGER.error(xe.getMessage(), xe);
}
inline.set(xmlToken);
@@ -111,7 +111,7 @@ public class MyXWPFDocument extends XWPFDocument {
try {
xmlToken = XmlToken.Factory.parse(picXml);
} catch (XmlException xe) {
LOGGER.error(xe.getMessage(), xe.fillInStackTrace());
LOGGER.error(xe.getMessage(), xe);
}
inline.set(xmlToken);


正在加载...
取消
保存