gpt4 book ai didi

jasper-reports - 格式化文本字段 iReport 中的文本样式

转载 作者:行者123 更新时间:2023-12-04 06:43:57 28 4
gpt4 key购买 nike

我想将文本字段中的一些文本设为粗体。我访问了http://jasperreports.sourceforge.net/sample.reference/markup/index.html但得不到想要的结果。我现在正在使用文本字段,但是当我尝试使用 styled/html 时,编译失败了。那么你能帮我解决这个 jrxml 代码片段吗:

<textField>
<reportElement x="200" y="10" width="590" height="42"/>
<textElement markup="styled"/>
<textFieldExpression><![CDATA["The static text without any format.\nThe field's data with bold format<style isBold='true'>:" + $F{TASKS_SUBTASK} + "</style>\n<style isBold='true' isItalic='true' isUnderline='true'>The static underlined text with bold and italic format</style>"]]></textFieldExpression>
</textField>

在这个例子中:Style a text field in Jasper ,文本域表达式错误导致编译失败。

我们将不胜感激。

最佳答案

这项工作很好:

"<style isBold='true' pdfFontName='Helvetica-Bold'>" + $F{data} + "</style>"

对于来自数据源的输入数据,或者

<style isBold="true" pdfFontName="Helvetica-Bold">Bolt text</style>

仅适用于一些静态文本。

对于文本字段设置属性 Markup = styled。

关于jasper-reports - 格式化文本字段 iReport 中的文本样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8654851/

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