使用 jasperreports 生成 MS-word 文件时,当文本字段短到足以包含在一行中时,它使用两行
While generating MS-word file using jasperreports, a text-field is using two lines when it is short enough to be included in a single line
我在生成 MS Word 输出文件时遇到问题 - 当 textField 短到足以包含在一行中时,它使用两行:
pdf 文件按预期生成(即整个文本字段在单行中)
我正在使用 jaspersoft studio 6.0.3 生成用于生成此文档的 jrxml 文件。
下面是正在使用的jrxml文件
问题出现在框架中的字段中。
我需要将下面的 属性 添加到 jrxml 文件中:
<property name="net.sf.jasperreports.export.docx.frames.as.nested.tables" value="false"/>
我在生成 MS Word 输出文件时遇到问题 - 当 textField 短到足以包含在一行中时,它使用两行:
pdf 文件按预期生成(即整个文本字段在单行中)
我正在使用 jaspersoft studio 6.0.3 生成用于生成此文档的 jrxml 文件。
下面是正在使用的jrxml文件
问题出现在框架中的字段中。 我需要将下面的 属性 添加到 jrxml 文件中:
<property name="net.sf.jasperreports.export.docx.frames.as.nested.tables" value="false"/>