gpt4 book ai didi

java - 如何为 docx4j 中的空内容删除 "Click here to enter text"

转载 作者:行者123 更新时间:2023-11-29 05:19:33 26 4
gpt4 key购买 nike

我正在使用 docx4j 3.1.0 将数据从 xml 转换为 word。如果一个字段中没有内容(null),那么它会在导出的文件中生成“单击此处输入文本”。我怎样才能摆脱它?

最佳答案

您可以将文件 OpenDoPE/placeholder.xml 添加到您的类路径,例如包含:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:r xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:rPr>
<w:rStyle w:val="PlaceholderText"/>
</w:rPr>
<w:t> </w:t>
</w:r>

关于java - 如何为 docx4j 中的空内容删除 "Click here to enter text",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25328779/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com