Browse Source

提供一个ppt教程

4.1.3.A
jueyue 8 years ago
parent
commit
695a677220
2 changed files with 2 additions and 2 deletions
  1. BIN
      doc/EasyPoi培训.pptx
  2. +2
    -2
      easypoi-base/src/main/java/org/jeecgframework/poi/word/entity/MyXWPFDocument.java

BIN
doc/EasyPoi培训.pptx View File


+ 2
- 2
easypoi-base/src/main/java/org/jeecgframework/poi/word/entity/MyXWPFDocument.java View File

@@ -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);


Loading…
Cancel
Save