feat: There is no way the,buss

This commit is contained in:
super_liu
2021-12-17 16:53:57 +08:00
parent e118843481
commit deebed8890
@@ -492,6 +492,7 @@ public class PoiWord {
XWPFParagraph breakParagraph2 = doc.createParagraph();
breakParagraph2.setAlignment(ParagraphAlignment.CENTER);
breakParagraph2.setPageBreak(true);
XWPFRun breakParagraphRun2 = breakParagraph2.createRun();
breakParagraphRun1.setText(object.getString("standEnName") == null ? "" : object.getString("standEnName"));
@@ -513,7 +514,6 @@ public class PoiWord {
contentParagraphRun1.setFontSize(16);
contentParagraphRun1.setFontFamily("黑体");
contentParagraphRun1.addCarriageReturn();
contentParagraph1.setPageBreak(true);
doc.write(out);
out.close();