hyc #4

Merged
hyc merged 3 commits from hyc into master 2025-09-11 13:59:56 +08:00
4 changed files with 0 additions and 4 deletions
Showing only changes of commit d21423b938 - Show all commits

View File

@@ -635,7 +635,6 @@ public class DocxMaster {
e.printStackTrace(); e.printStackTrace();
} }
} }

View File

@@ -519,7 +519,6 @@ public class Paragraphs {
CTBorder bottom = border.getBottom(); CTBorder bottom = border.getBottom();
CTBorder left = border.getLeft(); CTBorder left = border.getLeft();
CTBorder right = border.getRight(); CTBorder right = border.getRight();
if (top != null && bottom != null && left != null && right != null) { if (top != null && bottom != null && left != null && right != null) {
String topVal = translateBorderVal(top.getVal().value()); String topVal = translateBorderVal(top.getVal().value());
String bottomVal = translateBorderVal(bottom.getVal().value()); String bottomVal = translateBorderVal(bottom.getVal().value());

View File

@@ -5,7 +5,6 @@ import org.docx4j.XmlUtils;
import org.docx4j.openpackaging.parts.WordprocessingML.StyleDefinitionsPart; import org.docx4j.openpackaging.parts.WordprocessingML.StyleDefinitionsPart;
import org.docx4j.wml.*; import org.docx4j.wml.*;
import java.util.List; import java.util.List;
public class RunText { public class RunText {
// 句子-字号(返回第一个有效值) // 句子-字号(返回第一个有效值)

View File

@@ -11,5 +11,4 @@
AND creator = #{userId} AND creator = #{userId}
AND tenant_id = #{tenantId} AND tenant_id = #{tenantId}
</delete> </delete>
</mapper> </mapper>