【修改】未提交代码

This commit is contained in:
huababa1
2025-09-11 13:58:00 +08:00
parent 9cce832833
commit d21423b938
4 changed files with 0 additions and 4 deletions

View File

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

View File

@@ -519,7 +519,6 @@ public class Paragraphs {
CTBorder bottom = border.getBottom();
CTBorder left = border.getLeft();
CTBorder right = border.getRight();
if (top != null && bottom != null && left != null && right != null) {
String topVal = translateBorderVal(top.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.wml.*;
import java.util.List;
public class RunText {
// 句子-字号(返回第一个有效值)

View File

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