【修改】 修改pptx关联表相关方法

This commit is contained in:
dlaren
2025-08-06 00:24:18 +08:00
parent 4e20d11a95
commit 5d3b562447
14 changed files with 237 additions and 136 deletions

View File

@@ -153,15 +153,16 @@
<version>2.4.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-core</artifactId>
<version>11.5.3</version> <!-- 或使用最新版本 -->
<version>11.5.4</version> <!-- 或使用最新版本 -->
</dependency>
<dependency>
<groupId>org.docx4j</groupId>
<artifactId>docx4j-JAXB-MOXy</artifactId>
<version>11.5.3</version>
<version>11.5.4</version>
</dependency>
<!-- 必须加这个,不然 marshaltoString 会报错 -->
<dependency>