【修改】未提交代码
This commit is contained in:
@@ -635,7 +635,6 @@ public class DocxMaster {
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -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());
|
||||||
|
@@ -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 {
|
||||||
|
|
||||||
// 句子-字号(返回第一个有效值)
|
// 句子-字号(返回第一个有效值)
|
||||||
|
@@ -11,5 +11,4 @@
|
|||||||
AND creator = #{userId}
|
AND creator = #{userId}
|
||||||
AND tenant_id = #{tenantId}
|
AND tenant_id = #{tenantId}
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
Reference in New Issue
Block a user