ソースを参照

提供一个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);


読み込み中…
キャンセル
保存