Ver a proveniência

提供一个ppt教程

4.1.3.A
jueyue há 8 anos
ascendente
cometimento
695a677220
2 ficheiros alterados com 2 adições e 2 eliminações
  1. BIN
      doc/EasyPoi培训.pptx
  2. +2
    -2
      easypoi-base/src/main/java/org/jeecgframework/poi/word/entity/MyXWPFDocument.java

BIN
doc/EasyPoi培训.pptx Ver ficheiro


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

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


Carregando…
Cancelar
Guardar