我使用docx4j 3.1.0将数据从xml转换为word。如果一个字段中没有内容(null),则它将在导出的文件中生成“单击此处输入文本”。我怎么能摆脱它?
答案 0 :(得分:3)
您可以将文件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>